Click or drag to resize

CommandBuilderCreateCommand Method (IDbConnection)

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

Parameters

connection
Type: System.DataIDbConnection

Return Value

Type: IDbCommand
See Also