DataConnector | ComponentOne
C1.AdoNet.Magento Assembly / C1.AdoNet.Magento Namespace / C1MagentoProviderFactory Class / CreateCommandBuilder Method

In This Topic
    CreateCommandBuilder Method (C1MagentoProviderFactory)
    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