DataConnector | ComponentOne
C1.AdoNet.Salesforce Assembly / C1.AdoNet.Salesforce Namespace / C1SalesforceConnection Class / CreateDbCommand Method

In This Topic
    CreateDbCommand Method (C1SalesforceConnection)
    In This Topic
    Creates and returns a System.Data.Common.DbCommand object associated with the current connection.
    Syntax
    'Declaration
     
    Protected Overrides NotOverridable Function CreateDbCommand() As DbCommand
    protected override DbCommand CreateDbCommand()
    See Also