| ValueListProjectionDefinitionProjectionFuncIndices Property  | 
 
            Gets the projection func indices to use with ProjectionInstantiator. This array is the 'indices' array passed to the ProjectionInstantiator lambda. 
            It contains the real indexes in 'values', also passed to the lambda. E.g. an element's value is read as values[indices[x]], where 'x' is the 
            element's index in the original 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)
Syntaxpublic int[] ProjectionFuncIndices { get; }Public ReadOnly Property ProjectionFuncIndices As Integer()
	Get
Property Value
Type: 
Int32
See Also