Open
Description
Should odata support IAsyncEnumerable? As when we use applyto on the server for example EntityFramework context.
Then we need to remap the data if there has been use of a select query.
Would it then be usefull to use IAsyncEnumerable to map and stream the data to the client at the samen time?