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

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

    Parameters

    selectStmt

    Return Value

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