Click or drag to resize

DatabaseExecuteNonQuery Method (CommandBuilder, IDbConnection, Boolean)

Namespace:  Dynamicweb.Data
Assembly:  Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntax
public static int ExecuteNonQuery(
	CommandBuilder commandBuilder,
	IDbConnection connection,
	bool useTransaction
)

Parameters

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

Return Value

Type: Int32
See Also