Click or drag to resize

DatabaseCreateDataSet Method (CommandBuilder, IDbConnection, IDbTransaction, Boolean)

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

Parameters

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

Return Value

Type: DataSet
See Also