| 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.2.0.0 (5.2.17.0403)
Syntaxpublic Dictionary<Expression, string> GatheredElementToParameterName { get; }Public ReadOnly Property GatheredElementToParameterName As Dictionary(Of Expression, String)
	Get
Property Value
Type: 
DictionaryExpression, 
String
See Also