| SQLServerCertificateDatabaseCreateTable Method |
Create a table.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax protected override void CreateTable(
DbConnection connection,
DataTable table
)
Parameters
- connection DbConnection
- The database connection.
- table DataTable
- The table.
Remarks
Creates the specified table.
See Also