Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IndexedAttribute Constructors

Indicates that a property or field participates in index creation.
Name Parameters Description
IndexedAttribute() none Initializes a new instance of the IndexedAttribute class with default settings.
IndexedAttribute(String, String, String) additionalField1, additionalField2, additionalField3 Initializes a new instance of the IndexedAttribute class with the specified names of additional columns.
IndexedAttribute(String, String) additionalField1, additionalField2 Initializes a new instance of the IndexedAttribute class with the specified names of additional columns.
IndexedAttribute(String) additionalFields Initializes a new instance of the IndexedAttribute class with the specified names of additional columns.
IndexedAttribute(String[]) additionalFields Initializes a new instance of the IndexedAttribute class with the specified names of additional columns.
See Also