DbCommandTreeInterceptionContext.Result 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
Entity Framework 將使用的命令樹。 這會從 屬性中包含的樹狀結構開始, OriginalResult 但可由攔截器設定,以變更 Entity Framework 將使用的樹狀結構。
public System.Data.Entity.Core.Common.CommandTrees.DbCommandTree Result { get; set; }
member this.Result : System.Data.Entity.Core.Common.CommandTrees.DbCommandTree with get, set
Public Property Result As DbCommandTree