ProjectionListExpressionElementsPerName Property |
Gets or sets the list of elements in the projection list, stored under the name of the element they'll project to
Namespace: SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public Dictionary<string, Object> ElementsPerName { get; }
Public ReadOnly Property ElementsPerName As Dictionary(Of String, Object)
Get
Property Value
Type:
DictionaryString,
ObjectSee Also