Click or drag to resize
MimeKit

SqlCertificateDatabaseCreateTable Method

Gets the command to create a table.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
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