Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public enum ProjectionType
Members
  Member nameValueDescription
EntityProjection0 A normal entity projection, which is a normal entity fetch
ValueListProjection1 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