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.5.0.0 (5.5.18.1019)
Syntax
public Dictionary<int, Expression> ParameterIndexToGatheredElement { get; }

Property Value

Type: DictionaryInt32, Expression
See Also