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

In This Topic
    CreateCommandBuilder Method (C1ServiceNowProviderFactory)
    In This Topic
    Returns a new instance of the provider's class that implements the System.Data.Common.DbCommandBuilder class.
    Syntax
    'Declaration
     
    Public Overrides Function CreateCommandBuilder() As DbCommandBuilder
    public override DbCommandBuilder CreateCommandBuilder()

    Return Value

    See Also