Click or drag to resize
MimeKit

SqliteCertificateDatabaseCreateTable Method

Create a table.

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