EntityPropertyDescriptorCategory Property |
Gets the name of the category to which the member belongs, as specified in the
CategoryAttribute.
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 public override string Category { get; }
Public Overrides ReadOnly Property Category As String
Get
Property Value
Type:
StringReturn Value
Type:
StringThe name of the category to which the member belongs. If there is no
CategoryAttribute, the category name is set to the default category, Misc.
See Also