Share via


DbCommandTreeInterceptionContext.OriginalResult Property

Definition

The original tree created by Entity Framework. Interceptors can change the Result property to change the tree that will be used, but the OriginalResult will always be the tree created by 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

Property Value

Applies to