ProjectionType Enumeration | 
 
            Type of projection represented by the ProjectionDefinition instance. The enum is an easier way to determine what projection is used. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntaxpublic enum ProjectionType
Public Enumeration ProjectionType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | EntityProjection | 0 | 
            A normal entity projection, which is a normal entity fetch
             | 
 | ValueListProjection | 1 | 
            A projection of 1 or more fields of a set onto a list of values or objects. This type of projection is used internally for derived table projections as
            Linq output is either a concrete type or an anonymous type.
             | 
See Also