DataConnector | ComponentOne
C1.AdoNet.Json Assembly / C1.AdoNet.Json Namespace / C1JsonConnection Class / CreateDbCommand Method

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