DataConnector | ComponentOne
C1.AdoNet.OData Assembly / C1.AdoNet.OData Namespace / C1ODataCommand Class / SupportLimit Method

In This Topic
    SupportLimit Method (C1ODataCommand)
    In This Topic
    Checks whether the LIMIT expression of the passed selectStmt can or cannot be executed on the server.
    Syntax
    'Declaration
     
    Protected Overrides NotOverridable Function SupportLimit( _
       ByVal selectStmt As SelectStatement _
    ) As Boolean
    protected override bool SupportLimit( 
       SelectStatement selectStmt
    )

    Parameters

    selectStmt

    Return Value

    A boolean indicating if the passed LIMIT expression can be executed.
    See Also