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.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax protected Dictionary<string, PropertyDescriptor> PropertyDescriptors { get; }
Protected ReadOnly Property PropertyDescriptors As Dictionary(Of String, PropertyDescriptor)
Get
Property Value
Type:
DictionaryString,
PropertyDescriptorThe property descriptors.
See Also