Click or drag to resize

ProjectionListExpression.ElementTypesPerName Property

Gets or sets the list of the types of the elements in the projection list, stored under the name of teh element they'll project to.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.7.0.0 (5.7.0)
Syntax
public Dictionary<string, Type> ElementTypesPerName { get; }

Property Value

Type: Dictionary<String, Type>
See Also