| LocalFunctionProducerParameterIndexToGatheredElement Property  | 
 
            Gets the parameter index to gathered element list.
            
 
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses.ExpressionHandlers
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntaxpublic Dictionary<int, Expression> ParameterIndexToGatheredElement { get; }Public ReadOnly Property ParameterIndexToGatheredElement As Dictionary(Of Integer, Expression)
	Get
Property Value
Type: 
DictionaryInt32, 
Expression
See Also