Click or drag to resize
MimeKit

SqlCertificateDatabaseRemoveIndex Method

Removes an index that is no longer needed.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
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