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.10.0.0 (5.10.0)
Syntaxpublic virtual ProjectionDefinition Projection { get; set; }Public Overridable Property Projection As ProjectionDefinition
	Get
	Set
Property Value
Type: 
ProjectionDefinition
See Also