[]
        
(Showing Draft Content)

C1.DataConnector.AdoNet.DbConnectionWrap-3.CreateDbCommand

CreateDbCommand Method

CreateDbCommand()

Creates and returns a DbCommand object associated with the current connection.

Declaration
protected override DbCommand CreateDbCommand()
Returns
Type Description
DbCommand
Overrides