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.8.0.0 (5.8.21.0111)
Syntax public DynamicQuery Select(
params Object[] projectionElements
)
Public Function Select (
ParamArray projectionElements As Object()
) As DynamicQuery
Parameters
- projectionElements
- Type: SystemObject
The projection elements. Can't be empty
Return Value
Type:
DynamicQueryThe DynamicQuery instance
See Also