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.8.0.0 (5.8.21.0111)
Syntax
public Projection(
	IEnumerable<Object> sourceElements
)

Parameters

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