Click or drag to resize
MimeKit

SqlCertificateDatabaseGetIndexName Method

Gets the name of an index based on the table and columns that it is built against.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
protected static string GetIndexName(
	string tableName,
	string[] columnNames
)

Parameters

tableName  String
The name of the table.
columnNames  String
The names of the columns that are indexed.

Return Value

String
The name of the index for the specified table and columns.
Remarks
Gets the name of an index based on the table and columns that it is built against.
See Also