共用方式為


IQueryMethodProvider 介面

定義

提供延遲系結至關聯式查詢作業的反映物件。

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

屬性

CreateCollectionRelatedEntitiesLoaderMethod

取得建立集合相關實體載入器方法。

CreateReferenceRelatedEntitiesLoaderMethod

取得建立參考相關實體載入器方法。

DefaultIfEmptyShapedQueryMethod

如果空的形狀查詢方法,則取得預設值。

FastQueryMethod

取得快速查詢方法。

GetResultMethod

取得取得結果方法。

GroupByMethod

依方法取得群組。

GroupJoinIncludeType

取得群組聯結的型別。

GroupJoinMethod

取得群組聯結方法。

IncludeMethod

取得 include 方法。

InjectParametersMethod

取得插入參數方法。

QueryMethod

取得查詢方法。

RelatedEntitiesLoaderType

取得相關實體載入器的型別。

ShapedQueryMethod

取得成形的查詢方法。

方法

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

建立群組聯結包含,用來描述應該作為 GroupJoin 一部分執行的 Include 作業。

適用於