Click or drag to resize
EntityPropertyDescriptorAttributes Property
Gets the collection of attributes for this member.

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 AttributeCollection Attributes { get; }

Property Value

Type: AttributeCollection

Return Value

Type: AttributeCollection
An AttributeCollection that provides the attributes for this member, or an empty collection if there are no attributes in the AttributeArray.
See Also