Although we have modified System.Linq.Async in preparation for the availability of the .NET runtime libraries' System.Linq.AsyncEnumerable, it turns out we also need to make some tweaks to ...
The examples in this topic demonstrate how to use the xref:System.Linq.Enumerable.Skip%2A and xref:System.Linq.Enumerable.Take%2A methods to query a xref:System.Data.DataSet and partition the results.