次の方法で共有


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

プロパティ値

適用対象