| SqlCertificateDatabaseGetTableColumns Method |
Gets the columns for the specified table.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax protected abstract IList<DataColumn> GetTableColumns(
DbConnection connection,
string tableName
)
Parameters
- connection DbConnection
- The database connection.
- tableName String
- The name of the table.
Return Value
IListDataColumnThe list of columns.
Remarks
Gets the list of columns for the specified table.
See Also