Title here
Summary here
Drops an index. Use DropIfExists to drop an index only if it exists.
Type | Name | Description |
---|---|---|
string | indexName | |
string | tableName |
The formatted table name on which the index is based on.
Type | Description |
---|---|
ObjectNameDescriptor |
The table name on which the index is based on.
Type | Description |
---|---|
string |
Drops an index.
Type | Name | Description |
---|---|---|
IConnectionManager | connectionManager | The connection manager of the database you want to connect |
string | indexName | The index name to drop. |
string | tableName | The table name the index is based on. |
Drops an index.
Type | Name | Description |
---|---|---|
string | indexName | The index name to drop. |
string | tableName | The table name the index is based on. |
Drops an index if the index exists.
Type | Name | Description |
---|---|---|
IConnectionManager | connectionManager | The connection manager of the database you want to connect |
string | indexName | The index name to drop. |
string | tableName | The table name the index is based on. |
Drops an index if the index exists.
Type | Name | Description |
---|---|---|
string | indexName | The index name to drop. |
string | tableName | The table name the index is based on. |