Back to Devexpress

IndexedAttribute Constructors

xpo-devexpress-dot-xpo-dot-indexedattribute-dot-ctor.md

latest1.7 KB
Original Source

IndexedAttribute Constructors

Indicates that a property or field affects index creation.

NameParametersDescription
IndexedAttribute()noneInitializes a new instance of the IndexedAttribute class with default settings.
IndexedAttribute(String, String, String)additionalField1, additionalField2, additionalField3Initializes a new instance of the IndexedAttribute class with the specified names of additional columns.
IndexedAttribute(String, String)additionalField1, additionalField2Initializes a new instance of the IndexedAttribute class with the specified names of additional columns.
IndexedAttribute(String)additionalFieldsInitializes a new instance of the IndexedAttribute class with the specified names of additional columns.
IndexedAttribute(String[])additionalFieldsInitializes a new instance of the IndexedAttribute class with the specified names of additional columns.

See Also

IndexedAttribute Class

IndexedAttribute Members

DevExpress.Xpo Namespace