Click or drag to resize
MimeKit

SqlCertificateDatabaseCreateIndex Method

Creates an index for faster table lookups.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
protected virtual void CreateIndex(
	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 to index.
Remarks
Creates an index for faster table lookups.
See Also