Click or drag to resize
QueryExpressionProjection Property
Gets or sets the projection to perform to make this set an actual set. If null, no projection has been defined.

Namespace: SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public virtual ProjectionDefinition Projection { get; set; }

Property Value

Type: ProjectionDefinition
See Also