RunQuery Paging should default to True
-
- Posts: 472
- Joined: November 16th, 2021, 11:15 am
- Contact:
RunQuery Paging should default to True
Also because if you just tell a developer that there is a "Paging" parameter, its not clear if it accepts a number or a word or a boolean. This will make that very clear. It should also have static values of True/False to also make this clear.
EDIT: also after talking with Suman, it is not recommended to leave ReturnTotalCount as True. So this should default to False.
I explain why in the training, because behind the scenes it needs to run 2 queries to return the results and the count, so it is not efficient.
Last edited by CathyC on March 12th, 2023, 9:16 pm, edited 1 time in total. word count: 178
Tags:
-
- Posts: 329
- Joined: August 26th, 2021, 9:18 am
- Contact:
Re: RunQuery Paging should default to True
Task #11079 has been created. This post will be updated when it has been compelted.
word count: 15
-
- Posts: 571
- Joined: August 26th, 2021, 9:56 am
- Contact:
Re: RunQuery Paging should default to True
This change has been implemented as of DesignTime Revision 2575.
word count: 10