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 |
columns, is |
Initializes a new instance of the DBIndex class with the specified settings. |
DBIndex |
name, columns, is |
Initializes a new instance of the DBIndex class with the specified settings. |
See Also