Click or drag to resize
MimeKit

SqlCertificateDatabaseGetTableColumns Method

Gets the columns for the specified table.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
protected abstract IList<DataColumn> GetTableColumns(
	DbConnection connection,
	string tableName
)

Parameters

connection  DbConnection
The database connection.
tableName  String
The name of the table.

Return Value

IListDataColumn
The list of columns.
Remarks
Gets the list of columns for the specified table.
See Also