共用方式為


DbCommandTreeInterceptionContext.OriginalResult 屬性

定義

Entity Framework 所建立的原始樹狀結構。 攔截器可以變更 屬性來變更 Result 將使用的樹狀結構,但 OriginalResult 一律是 Entity Framework 所建立的樹狀結構。

public System.Data.Entity.Core.Common.CommandTrees.DbCommandTree OriginalResult { get; }
member this.OriginalResult : System.Data.Entity.Core.Common.CommandTrees.DbCommandTree
Public ReadOnly Property OriginalResult As DbCommandTree

屬性值

適用於