Is there any lazy DataAdapter in nature that pulls records into the DataSet as they are needed or N records at a time?
Sometimes it is not rational to load all data into memory due to its large volume and you want to perform updates by a few, return the data back to the server and take the next batch.
Is there anything ready?
Of course, it is possible to realize with handles, but perhaps something has already been invented before me and you do not need to make a bicycle?