dotConnect for Adobe Commerce Documentation
Devart.Data.Magento Namespace / MagentoProviderFactory Class / CreateCommand Method

On this page
    CreateCommand Method (MagentoProviderFactory)
    On this page
    Creates and returns a MagentoCommand object.
    Syntax
    'Declaration
     
    Public Overrides Function CreateCommand() As DbCommand
    public override DbCommand CreateCommand()

    Return Value

    A MagentoCommand object.
    See Also