Click or drag to resize
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)
Syntax
public Dictionary<int, Expression> ParameterIndexToGatheredElement { get; }

Property Value

Type: DictionaryInt32, Expression
See Also