Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public override string Category { get; }

Property Value

Type: String

Return Value

Type: String
The 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