DbCommandTreeInterceptionContext.Result 属性

定义

实体框架将使用的命令树。 这一开始为 属性中包含的 OriginalResult 树,但侦听器可以设置以更改实体框架将使用的树。

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

属性值

适用于