DbCommandTreeInterceptionContext.OriginalResult 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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