Custom IAsyncEnumerable
operator implementations
#117351
-
With
For example, an
I'm not sure what the scope and the API shape for this feature should be, hence a discussion instead of an API request. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
You need the query provider to support
IAsyncEnumerable
natively, or someIAsyncQueryable
. Casting won't work in optimal way. EF core implementsIAsyncEnumerble
support of its queryables.