DataConnector | ComponentOne
C1.AdoNet.OData Assembly / C1.AdoNet.OData Namespace / C1ODataConnection Class / CreateDbCommand Method

In This Topic
    CreateDbCommand Method (C1ODataConnection)
    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