IQueryMethodProvider Interface
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 relational query operations.
public interface IQueryMethodProvider
type IQueryMethodProvider = interface
Public Interface IQueryMethodProvider
- Derived
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 |
Gets the inject parameters method. |
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
Entity Framework