Click or drag to resize
MimeKit

SQLServerCertificateDatabase.RemoveIndex Method

Removes an index that is no longer needed.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntax
C#
protected override void RemoveIndex(
	DbConnection connection,
	string tableName,
	params 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