GridResultsT Constructor

Overload List

GridResultsT(IReadOnlyListT) Provides a GridResultsT object based on the results found, but where no subqueries were made.
In this case we assume the results are the only items available to the user.
GridResultsT(Int32, IReadOnlyListT, Int32) Provides a return based results from a query and a check how many items there are available in total.

See Also