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

Property Value

Type: DictionaryString, PropertyDescriptor
The property descriptors.
See Also