| 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)
Syntaxpublic 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