Creates tables specified in the instance of DataSet.
Namespace: Nemiro.Data.SqlAssembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax
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