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

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

    Parameters

    joinStmt

    Return Value

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