Click or drag to resize

EntityPropertyDescriptorConverter Property

Gets the type converter for this property.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public override TypeConverter Converter { get; }

Property Value

Type: TypeConverter

Return Value

Type: TypeConverter
A TypeConverter that is used to convert the Type of this property.
See Also