| SqlCertificateDatabaseGetIndexName Method |
Gets the name of an index based on the table and columns that it is built against.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax 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
StringThe 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