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

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

    Parameters

    deleteStmt

    Return Value

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