DBIndex Constructors
For internal use. An index of a table.| Name | Parameters | Description |
|---|---|---|
| DBIndex() | none | Initializes a new instance of the DBIndex class with default settings. |
| DBIndex(ICollection, Boolean) | columns, isUnique | Initializes a new instance of the DBIndex class with the specified settings. |
| DBIndex(String, ICollection, Boolean) | name, columns, isUnique | Initializes a new instance of the DBIndex class with the specified settings. |
See Also