| SqlCertificateDatabaseCreateTable Method |
Gets the command to create a table.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax protected abstract void CreateTable(
DbConnection connection,
DataTable table
)
Parameters
- connection DbConnection
- The database connection.
- table DataTable
- The table.
Remarks
Constructs the command to create a table.
See Also