DataConnector | ComponentOne
C1.AdoNet.Kintone Assembly / C1.AdoNet.Kintone Namespace / C1KintoneConnection Class / CreateDbCommand Method

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