DataConnector | ComponentOne
C1.AdoNet.QuickBooksOnline Assembly / C1.AdoNet.QuickBooksOnline Namespace / C1QuickBooksOnlineCommand Class / SupportLimit Method

In This Topic
    SupportLimit Method (C1QuickBooksOnlineCommand)
    In This Topic
    To check whether or not to support Limit on selectStmt.
    Syntax
    'Declaration
     
    Protected Overrides NotOverridable Function SupportLimit( _
       ByVal selectStmt As SelectStatement _
    ) As Boolean
    protected override bool SupportLimit( 
       SelectStatement selectStmt
    )

    Parameters

    selectStmt
    See Also