From ogail,
By only supporting Filter and removing Query you removed the support for $top query option. I know that $select is not working on tables but $top does work. Also there could be extra query options to be added in the future which will be used for tables so why make the code here very dependent on the case?
From jason,
Good point. Top should be added.
From ogail,
By only supporting Filter and removing Query you removed the support for $top query option. I know that $select is not working on tables but $top does work. Also there could be extra query options to be added in the future which will be used for tables so why make the code here very dependent on the case?
From jason,
Good point. Top should be added.