LocalFunctionProducerGatheredElementToParameterType Property |
Gets the gatheredelement to parameter type list.
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, Type> GatheredElementToParameterType { get; }
Public ReadOnly Property GatheredElementToParameterType As Dictionary(Of Expression, Type)
Get
Property Value
Type:
DictionaryExpression,
TypeSee Also