QueryMethodProvider 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供延遲系結至同步關係型查詢作業的反映物件。
public class QueryMethodProvider : Microsoft.EntityFrameworkCore.Query.IQueryMethodProvider
type QueryMethodProvider = class
interface IQueryMethodProvider
Public Class QueryMethodProvider
Implements IQueryMethodProvider
- 繼承
-
QueryMethodProvider
- 實作
建構函式
QueryMethodProvider() |
提供延遲系結至同步關係型查詢作業的反映物件。 |
屬性
CreateCollectionRelatedEntitiesLoaderMethod |
取得建立集合相關實體載入器方法。 |
CreateReferenceRelatedEntitiesLoaderMethod |
取得建立參考相關實體載入器方法。 |
DefaultIfEmptyShapedQueryMethod |
如果空的形狀查詢方法,則取得預設值。 |
FastQueryMethod |
取得快速查詢方法。 |
GetResultMethod |
取得取得結果方法。 |
GroupByMethod |
依方法取得群組。 |
GroupJoinIncludeType |
取得群組聯結的型別。 |
GroupJoinMethod |
取得群組聯結方法。 |
IncludeMethod |
取得 include 方法。 |
InjectParametersMethod |
此 API 支援 Entity Framework Core 基礎結構,並不適合直接從您的程式碼使用。 此 API 可能會在未來的版本中變更或移除。 |
QueryMethod |
取得查詢方法。 |
RelatedEntitiesLoaderType |
取得相關實體載入器的型別。 |
ShapedQueryMethod |
取得成形的查詢方法。 |
方法
CreateGroupJoinInclude(IReadOnlyList<INavigation>, Boolean, Object, Object) |
建立群組聯結包含,用來描述應該作為 GroupJoin 一部分執行的 Include 作業。 |