Initializes a new instance of the
Projection class.
Namespace:
SD.LLBLGen.Pro.QuerySpec
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic Projection(
IEnumerable<Object> sourceElements
)
Public Sub New (
sourceElements As IEnumerable(Of Object)
)
Parameters
- sourceElements
- Type: System.Collections.GenericIEnumerableObject
The source elements.
See Also