Click or drag to resize
EntityPreProjectionDataProjectorFuncIndex Property
Gets or sets the index in the array used by the projector func. This is the index the func expects to read the real value from. This means the resulting entity object should be placed on this index in the values array (the array of values the projection of the complete query is done from, the 'values' array passed into the projection lambda).

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 int ProjectorFuncIndex { get; set; }

Property Value

Type: Int32
See Also