This question is locked. New answers and comments are not allowed.
We plan on using the data pager for very large data sets. Currently, the ItemCount property is an 'int' which means it can't be bigger than about 2 billion. Would it be possible for the data pager to use a long type instead of int?
As a side note, we'll be doing the actual filter on the server - we don't actually plan on bringing 2 billion+ records to the client :-).
As a side note, we'll be doing the actual filter on the server - we don't actually plan on bringing 2 billion+ records to the client :-).