| SqlCertificateDatabaseCreateIndex Method |
Creates an index for faster table lookups.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax 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