共用方式為


DbCommandTreeInterceptionContext.Result 屬性

定義

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

屬性值

適用於