| 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
)
Public Function CreateCommand (
connection As IDbConnection,
transaction As IDbTransaction
) As IDbCommand
Parameters
- connection
- Type: System.DataIDbConnection
- transaction
- Type: System.DataIDbTransaction
Return Value
Type:
IDbCommandSee Also