IndexedAttribute Constructors
Indicates that a property or field affects 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