Back to Devexpress

IndicesAttribute Constructors

xpo-devexpress-dot-xpo-dot-indicesattribute-dot-ctor.md

latest1.7 KB
Original Source

IndicesAttribute Constructors

Specifies the properties that affect the creation of non-unique database indices.

NameParametersDescription
IndicesAttribute()noneInitializes a new instance of IndicesAttribute without specifying any indices.
IndicesAttribute(String, String, String)index1, index2, index3Initializes a new instance of IndicesAttribute, and specifies the properties participating in the creation of three database indices.
IndicesAttribute(String, String)index1, index2Initializes a new instance of IndicesAttribute, and specifies the properties participating in the creation of two database indices.
IndicesAttribute(String)indexInitializes a new instance of IndicesAttribute, and specifies the properties participating in the creation of a database index.
IndicesAttribute(String[])indicesInitializes a new instance of IndicesAttribute, and specifies the properties participating in the creation of several database indices.

See Also

IndicesAttribute Class

IndicesAttribute Members

DevExpress.Xpo Namespace