DbCommandTreeInterceptionContext.Result Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Arborescence de commandes qui sera utilisée par Entity Framework. Cela commence comme l’arborescence contenue dans la OriginalResult propriété, mais peut être défini par les intercepteurs pour modifier l’arborescence qui sera utilisée par 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