SqlAdmin CreateTable Method (DataTable, Boolean)Nemiro.Data.dll
Creates a table in the database.

Namespace: Nemiro.Data.Sql
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax

public void CreateTable(
	DataTable value,
	bool includeData = false
)

Parameters

value
Type: System.Data DataTable
Table for create in the database.
includeData (Optional)
Type: System Boolean
Include a set of data in a table or not. Default False - data will not be added.
See Also