'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 the passed statement need to be retrieved.