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.9.0.0 (5.9.0)
Syntax public int ProjectorFuncIndex { get; set; }
Public Property ProjectorFuncIndex As Integer
Get
Set
Property Value
Type:
Int32See Also