AsyncQueryMethodProvider Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides reflection objects for late-binding to asynchronous relational query operations.
public class AsyncQueryMethodProvider : Microsoft.EntityFrameworkCore.Query.IQueryMethodProvider
type AsyncQueryMethodProvider = class
interface IQueryMethodProvider
Public Class AsyncQueryMethodProvider
Implements IQueryMethodProvider
- Inheritance
-
AsyncQueryMethodProvider
- Implements
Constructors
AsyncQueryMethodProvider() |
Properties
CreateCollectionRelatedEntitiesLoaderMethod |
The create collection related entities loader method. |
CreateReferenceRelatedEntitiesLoaderMethod |
The create reference related entities loader method. |
DefaultIfEmptyShapedQueryMethod |
The default if empty shaped query method. |
FastQueryMethod |
Gets the fast query method. |
GetResultMethod |
The get result method. |
GroupByMethod |
The group by method. |
GroupJoinIncludeType |
Type of the group join include. |
GroupJoinMethod |
The group join method. |
IncludeMethod |
The include method. |
InjectParametersMethod |
This API supports the Entity Framework Core infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases. |
QueryMethod |
The query method. |
RelatedEntitiesLoaderType |
Type of the related entities loader. |
ShapedQueryMethod |
The shaped query method. |
Methods
CreateGroupJoinInclude(IReadOnlyList<INavigation>, Boolean, Object, Object) |
Creates a group join include used to describe an Include operation that should be performed as part of a GroupJoin. |
Applies to
Entity Framework