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.ExpressionHandlersAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public Dictionary<Expression, string> GatheredElementToParameterName { get; }
Public ReadOnly Property GatheredElementToParameterName As Dictionary(Of Expression, String)
Get
Property Value
Type:
DictionaryExpression,
StringSee Also