Click or drag to resize
EntityQuery<TEntity>.Select 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.0.0.0 (5.0.0)
Syntax
public DynamicQuery Select(
	params Object[] projectionElements
)

Parameters

projectionElements
Type:System.Object[]
The projection elements. Can't be empty

Return Value

Type: DynamicQuery
The DynamicQuery instance
See Also