[]
        
(Showing Draft Content)

C1.DataConnector.AdoNet.C1CommandBase.ShouldRequestAllData

ShouldRequestAllData Method

ShouldRequestAllData(SelectStatement)

Checks whether the rows of the tables referred in the passed statement need to be retrieved from the server in full or not.

Declaration
protected virtual bool ShouldRequestAllData(SelectStatement statement)
Parameters
Type Name Description
SelectStatement statement
Returns
Type Description
bool

A boolean indicating if all the rows of the tables referred in the passed statement need to be retrieved.