共用方式為


EntityEntryGraphNode<TState> 類別

定義

提供存取所周遊實體圖形中節點的變更追蹤資訊和作業。

public class EntityEntryGraphNode<TState> : Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntryGraphNode
type EntityEntryGraphNode<'State> = class
    inherit EntityEntryGraphNode
Public Class EntityEntryGraphNode(Of TState)
Inherits EntityEntryGraphNode

類型參數

TState
繼承
EntityEntryGraphNode<TState>

備註

如需詳細資訊和範例 ,請參閱在 EF Core 中追蹤實體

建構函式

EntityEntryGraphNode<TState>(EntityEntry, TState, EntityEntry, INavigationBase)

在實體圖形中建立新的節點。

EntityEntryGraphNode<TState>(InternalEntityEntry, TState, InternalEntityEntry, INavigation)

這是支援 Entity Framework Core 基礎結構的內部 API,不受與公用 API 相同的相容性標準。 它可能會在任何版本中變更或移除,而不會有任何通知。 您應該只在程式碼中直接使用它,並知道這麼做可能會導致應用程式在更新至新的 Entity Framework Core 版本時失敗。

EntityEntryGraphNode<TState>(InternalEntityEntry, TState, InternalEntityEntry, INavigationBase)

這是支援 Entity Framework Core 基礎結構的內部 API,不受與公用 API 相同的相容性標準。 它可能會在任何版本中變更或移除,而不會有任何通知。 您應該只在程式碼中直接使用它,並知道這麼做可能會導致應用程式在更新至新的 Entity Framework Core 版本時失敗。

屬性

Entry

這個 EntityEntry 節點所表示之實體實例的 。

(繼承來源 EntityEntryGraphNode)
InboundNavigation

取得要周遊以在圖形中到達這個節點的導覽屬性。

(繼承來源 EntityEntryGraphNode)
NodeState

取得或設定可供在此節點之後流覽的所有節點使用的狀態。

SourceEntry

,用於 EntityEntry 巡覽屬性從中周遊至這個節點所表示之實例的 。

(繼承來源 EntityEntryGraphNode)

方法

CreateNode(EntityEntryGraphNode, InternalEntityEntry, INavigation)

為圖形下一個周遊的實體建立新的節點。

CreateNode(EntityEntryGraphNode, InternalEntityEntry, INavigation)

為圖形下一個周遊的實體建立新的節點。

(繼承來源 EntityEntryGraphNode)
CreateNode(EntityEntryGraphNode, InternalEntityEntry, INavigationBase)

這是支援 Entity Framework Core 基礎結構的內部 API,不受與公用 API 相同的相容性標準。 它可能會在任何版本中變更或移除,而不會有任何通知。 您應該只在程式碼中直接使用它,並知道這麼做可能會導致應用程式在更新至新的 Entity Framework Core 版本時失敗。

CreateNode(EntityEntryGraphNode, InternalEntityEntry, INavigationBase)

這是支援 Entity Framework Core 基礎結構的內部 API,不受與公用 API 相同的相容性標準。 它可能會在任何版本中變更或移除,而不會有任何通知。 您應該只在程式碼中直接使用它,並知道這麼做可能會導致應用程式在更新至新的 Entity Framework Core 版本時失敗。

(繼承來源 EntityEntryGraphNode)

明確介面實作

IInfrastructure<InternalEntityEntry>.Instance

取得追蹤此實體相關資訊的內部專案。

這個屬性是供擴充方法使用。 它不適合用于應用程式程式碼。

(繼承來源 EntityEntryGraphNode)

擴充方法

GetInfrastructure<T>(IInfrastructure<T>)

從使用 IInfrastructure<T> 隱藏的屬性取得值。

這個方法通常由資料庫提供者使用, (和其他延伸模組) 。 它通常不會用於應用程式程式碼中。

適用於