IQueryMethodProvider 接口

定义

为后期绑定到关系查询操作提供反射对象。

public interface IQueryMethodProvider
type IQueryMethodProvider = interface
Public Interface IQueryMethodProvider
派生

属性

CreateCollectionRelatedEntitiesLoaderMethod

获取与创建集合相关的实体加载程序方法。

CreateReferenceRelatedEntitiesLoaderMethod

获取与创建引用相关的实体加载程序方法。

DefaultIfEmptyShapedQueryMethod

如果为空,则获取默认的查询方法。

FastQueryMethod

获取快速查询方法。

GetResultMethod

获取 get result 方法。

GroupByMethod

按方法获取组。

GroupJoinIncludeType

获取组联接包含的类型。

GroupJoinMethod

获取组联接方法。

IncludeMethod

获取 include 方法。

InjectParametersMethod

获取注入参数方法。

QueryMethod

获取查询方法。

RelatedEntitiesLoaderType

获取相关实体加载程序的类型。

ShapedQueryMethod

获取形状查询方法。

方法

CreateGroupJoinInclude(IReadOnlyList<INavigation>, Boolean, Object, Object)

创建组联接 include,用于描述应作为 GroupJoin 的一部分执行的 Include 操作。

适用于