[]
        
(Showing Draft Content)

C1.AdoNet.QuickBooksOnline.C1QuickBooksOnlineConnection.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