Click or drag to resize
MimeKit

SqliteCertificateDatabaseAddTableColumn Method

Adds a column to a table.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
protected override void AddTableColumn(
	DbConnection connection,
	DataTable table,
	DataColumn column
)

Parameters

connection  DbConnection
The database connection.
table  DataTable
The table.
column  DataColumn
The column to add.
Remarks
Adds a column to a table.
See Also