EntityPropertyDescriptor.Attributes 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.12.0.0 (5.12.0)
Syntaxpublic override AttributeCollection Attributes { get; }
Public Overrides ReadOnly Property Attributes As AttributeCollection
Get
Property Value
Type:
AttributeCollectionReturn Value
Type:
AttributeCollectionAn
AttributeCollection that provides the attributes for this member, or an empty collection if there are no attributes in the
AttributeArray.
See Also