Partager via


DbCommandTreeInterceptionContext.OriginalResult Propriété

Définition

Arborescence d’origine créée par Entity Framework. Les intercepteurs peuvent modifier la Result propriété pour modifier l’arborescence qui sera utilisée, mais le OriginalResult sera toujours l’arborescence créée par 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

Valeur de propriété

S’applique à