PopulateAllRows

bool PopulateAllRows	

The PopulateAllRows attribute will, when set to TRUE, fetch all the rows during a populate operation at once.

Comments

Use this option with caution due to very often resulting in being a time consuming operation. By default, the table objects are populated only fetching the visible rows and will fetch more rows upon request, when user scrolls the table object or the logic requests the data for some reason. Therefore, setting this option to TRUE should preferably only be used on places where developers are sure having a very limited and small amount of rows being fetched. Typically, the option is set to TRUE in order to be able and summarize a certain column, for why all the data, for all rows, needs to be fetched before the summarizing can be performed.