Click or drag to resize
Projection Constructor
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.0.0.0 (5.0.0)
Syntax
public Projection(
	IEnumerable<Object> sourceElements
)

Parameters

sourceElements
Type: System.Collections.GenericIEnumerableObject
The source elements.
See Also