| DataProjectorToCustomClassTPropertyDescriptors Property  | 
 
            Gets the property descriptors for the type this projector projects to. These descriptors are cached so multi-row projections are fast. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntaxprotected Dictionary<string, PropertyDescriptor> PropertyDescriptors { get; }Protected ReadOnly Property PropertyDescriptors As Dictionary(Of String, PropertyDescriptor)
	Get
Property Value
Type: 
DictionaryString, 
PropertyDescriptorThe property descriptors.
See Also