DataConnector | ComponentOne
C1.AdoNet.Kintone Assembly / C1.AdoNet.Kintone Namespace / C1KintoneProviderFactory Class / CreateCommand Method

In This Topic
    CreateCommand Method (C1KintoneProviderFactory)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function CreateCommand() As DbCommand
    public override DbCommand CreateCommand()

    Return Value

    Returns an instance of a System.Data.Common.DbCommand.
    See Also