Click or drag to resize

DataProjectorToCustomClass<T>.PropertyDescriptors 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.6.0.0 (5.6.19.0117)
Syntax
protected Dictionary<string, PropertyDescriptor> PropertyDescriptors { get; }

Property Value

Type: Dictionary<String, PropertyDescriptor>
The property descriptors.
See Also