| SqlCertificateDatabaseAddTableColumn Method |
Adds a column to a table.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax protected abstract 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