Click or drag to resize
EntityQueryTEntitySelect Method (Object)
Specifies the projection of the query. It clears any existing projection and sets the projection to the one specified.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public DynamicQuery Select(
	params Object[] projectionElements
)

Parameters

projectionElements
Type: SystemObject
The projection elements. Can't be empty

Return Value

Type: DynamicQuery
The DynamicQuery instance
See Also