DataConnector | ComponentOne
C1.AdoNet.ServiceNow Assembly / C1.AdoNet.ServiceNow Namespace / C1ServiceNowProviderFactory Class / CreateCommand Method

In This Topic
    CreateCommand Method (C1ServiceNowProviderFactory)
    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