Click or drag to resize

DatabaseCreateDataSet Method (CommandBuilder, IDbConnection, Boolean)

Namespace:  Dynamicweb.Data
Assembly:  Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntax
public static DataSet CreateDataSet(
	CommandBuilder commandBuilder,
	IDbConnection connection,
	bool withSchema
)

Parameters

commandBuilder
Type: Dynamicweb.DataCommandBuilder
connection
Type: System.DataIDbConnection
withSchema
Type: SystemBoolean

Return Value

Type: DataSet
See Also