Hi,
Query expression returns maximum 5000 records in a single query execution.
If we use the linq query to retrieve data, will it return all the records or is there any limit.
For e.g : if i have 10000 records in the system. Can i retrieve all 10000 records in a single query?
Thanks in Advance
Abhishek Jain