Click or drag to resize

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.5.0.0 (5.5.18.1019)
Syntax
protected Dictionary<string, PropertyDescriptor> PropertyDescriptors { get; }

Property Value

Type: DictionaryString, PropertyDescriptor
The property descriptors.
See Also