DataConnector | ComponentOne
C1.AdoNet.Magento Assembly / C1.AdoNet.Magento Namespace / C1MagentoCommand Class / SupportUpdate Method

In This Topic
    SupportUpdate Method (C1MagentoCommand)
    In This Topic
    To check whether or not updateStatement can be executed directly on the Magento server.
    Syntax
    'Declaration
     
    Protected Overrides NotOverridable Function SupportUpdate( _
       ByVal updateStmt As UpdateStatement _
    ) As Boolean
    protected override bool SupportUpdate( 
       UpdateStatement updateStmt
    )

    Parameters

    updateStmt

    Return Value

    A boolean indicating if the updateStatement can be executed directly on the Magento server.
    See Also