DataConnector | ComponentOne
C1.AdoNet.Json Assembly / C1.AdoNet.Json Namespace / C1JsonCommand Class / ShouldRequestAllData Method

In This Topic
    ShouldRequestAllData Method (C1JsonCommand)
    In This Topic
    Virtual method to check wheter or not if all the rows of the tables referred in statement needs to be retrieved from the server.
    Syntax
    'Declaration
     
    Protected Function ShouldRequestAllData( _
       ByVal statement As SelectStatement _
    ) As Boolean
    protected bool ShouldRequestAllData( 
       SelectStatement statement
    )

    Parameters

    statement

    Return Value

    A boolean indicating if all the rows of the tables referred in statement needs to be retrieved from the server.
    See Also