[]
        
(Showing Draft Content)

C1.AdoNet.Salesforce.C1SalesforceConnection.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