  | CommandBuilderCreateCommand Method (IDbConnection, IDbTransaction) | 
  
    Namespace: 
   Dynamicweb.Data
    Assembly:
   Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntaxpublic IDbCommand CreateCommand(
	IDbConnection connection,
	IDbTransaction transaction
)
Public Function CreateCommand ( 
	connection As IDbConnection,
	transaction As IDbTransaction
) As IDbCommand
Parameters
- connection
 - Type: System.DataIDbConnection
 - transaction
 - Type: System.DataIDbTransaction
 
Return Value
Type: 
IDbCommand
See Also