[]
Checks whether the rows of the tables referred in the passed statement need to be
retrieved from the server in full or not.
protected virtual bool ShouldRequestAllData(SelectStatement statement)
Protected Overridable Function ShouldRequestAllData(statement As SelectStatement) As Boolean
| Type | Name | Description |
|---|---|---|
| SelectStatement | statement |
| Type | Description |
|---|---|
| bool | A boolean indicating if all the rows of the tables referred in the passed |