Click or drag to resize

CommandBuilderCreateCommand Method (IDbConnection, IDbTransaction)

Namespace:  Dynamicweb.Data
Assembly:  Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntax
public IDbCommand CreateCommand(
	IDbConnection connection,
	IDbTransaction transaction
)

Parameters

connection
Type: System.DataIDbConnection
transaction
Type: System.DataIDbTransaction

Return Value

Type: IDbCommand
See Also