| SqlCertificateDatabaseRemoveIndex Method |
Removes an index that is no longer needed.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax protected virtual void RemoveIndex(
DbConnection connection,
string tableName,
string[] columnNames
)
Parameters
- connection DbConnection
- The database connection.
- tableName String
- The name of the table.
- columnNames String
- The names of the columns that were indexed.
Remarks
Removes an index that is no longer needed.
See Also