QueryMethodProvider Class

Definition

Provides reflection objects for late-binding to synchronous relational query operations.

public class QueryMethodProvider : Microsoft.EntityFrameworkCore.Query.IQueryMethodProvider
type QueryMethodProvider = class
    interface IQueryMethodProvider
Public Class QueryMethodProvider
Implements IQueryMethodProvider
Inheritance
QueryMethodProvider
Implements

Constructors

QueryMethodProvider()

Properties

CreateCollectionRelatedEntitiesLoaderMethod

Gets the create collection related entities loader method.

CreateReferenceRelatedEntitiesLoaderMethod

Gets the create reference related entities loader method.

DefaultIfEmptyShapedQueryMethod

Gets the default if empty shaped query method.

FastQueryMethod

Gets the fast query method.

GetResultMethod

Gets the get result method.

GroupByMethod

Gets the group by method.

GroupJoinIncludeType

Gets the type of the group join include.

GroupJoinMethod

Gets the group join method.

IncludeMethod

Gets 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

Gets the query method.

RelatedEntitiesLoaderType

Gets the type of the related entities loader.

ShapedQueryMethod

Gets 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