  | DatabaseCreateDataSet Method (CommandBuilder, Boolean) | 
  
    Namespace: 
   Dynamicweb.Data
    Assembly:
   Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntaxpublic static DataSet CreateDataSet(
	CommandBuilder commandBuilder,
	bool withSchema
)
Public Shared Function CreateDataSet ( 
	commandBuilder As CommandBuilder,
	withSchema As Boolean
) As DataSet
Parameters
- commandBuilder
 - Type: Dynamicweb.DataCommandBuilder
 - withSchema
 - Type: SystemBoolean
 
Return Value
Type: 
DataSet
See Also