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.3.0.0 (5.3.0)
Syntax public virtual ProjectionDefinition Projection { get; set; }
Public Overridable Property Projection As ProjectionDefinition
Get
Set
Property Value
Type:
ProjectionDefinitionSee Also