SqlAdmin CreateTable Method (DataSet, Boolean)Nemiro.Data.dll
Creates tables specified in the instance of DataSet.

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

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

Parameters

value
Type: System.Data DataSet
Data set that contains a list of tables to be created in the database.
includeData (Optional)
Type: System Boolean
Include a set of data in a tables or not. Default False - data will not be added.
See Also