IndexedAttribute Properties
Indicates that a property or field affects index creation.| Name | Description |
|---|---|
| AdditionalFields | Gets the names of additional columns that affect index creation. |
| Name | Gets or sets the name of the index. |
| TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute. |
| Unique | Gets or sets whether the index created by a property or field is a unique one. |
See Also