Click or drag to resize
LocalFunctionProducerGatheredElementToParameterName Property
Gets the gatheredelement to parameter name list. This list is used to determine the parameter name inside a ctor related to a gathered element or member init which is used for aliasing query elements.

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<Expression, string> GatheredElementToParameterName { get; }

Property Value

Type: DictionaryExpression, String
See Also