ProjectionListExpressionElementTypesPerName 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.11.0.0 (5.11.23.1114)
Syntaxpublic Dictionary<string, Type> ElementTypesPerName { get; }Public ReadOnly Property ElementTypesPerName As Dictionary(Of String, Type)
	Get
Property Value
Type: 
DictionaryString, 
Type
See Also