IndicesAttribute Constructors
Specifies the properties that affect the creation of non-unique database indices.
Name | Parameters | Description |
---|---|---|
Indices |
none |
Initializes a new instance of Indices |
Indices |
index1, index2, index3 |
Initializes a new instance of Indices |
Indices |
index1, index2 |
Initializes a new instance of Indices |
Indices |
index |
Initializes a new instance of Indices |
Indices |
indices |
Initializes a new instance of Indices |
See Also