Skip to content

Async explicit client-side evaluation #4832

@shravan2x

Description

@shravan2x

The docs provide an example for explicit client-side evaluation as

var blogs = context.Blogs
    .AsEnumerable()
    .Where(blog => StandardizeUrl(blog.Url).Contains("dotnet"))
    .ToList();

Is there an async equivalent for .AsEnumerable() (is it .AsAsyncEnumerable())? If so, could it be added to the documentation?

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions