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