LocalFunctionProducerParameterIndexToGatheredElement Property |
Gets the parameter index to gathered element list.
Namespace: SD.LLBLGen.Pro.LinqSupportClasses.ExpressionHandlersAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public Dictionary<int, Expression> ParameterIndexToGatheredElement { get; }
Public ReadOnly Property ParameterIndexToGatheredElement As Dictionary(Of Integer, Expression)
Get
Property Value
Type:
DictionaryInt32,
ExpressionSee Also