Proprietà DbCommandTreeInterceptionContext.Result
[This page is specific to the Entity Framework version 6.0 Beta. The latest version is available as the 'Entity Framework' NuGet package. For more information, see Entity Framework Releases and Versioning.]
Spazio dei nomi System.Data.Entity.Infrastructure.Interception
Assembly: EntityFramework (in EntityFramework.dll)
Sintassi
'Dichiarazione
Public Property Result As DbCommandTree
Get
Set
'Utilizzo
Dim instance As DbCommandTreeInterceptionContext
Dim value As DbCommandTree
value = instance.Result
instance.Result = value
public DbCommandTree Result { get; set; }
public:
property DbCommandTree^ Result {
DbCommandTree^ get ();
void set (DbCommandTree^ value);
}
member Result : DbCommandTree with get, set
function get Result () : DbCommandTree
function set Result (value : DbCommandTree)
Valore proprietà
Tipo: System.Data.Entity.Core.Common.CommandTrees.DbCommandTree
Vedere anche
Riferimento
DbCommandTreeInterceptionContext Classe
Spazio dei nomi System.Data.Entity.Infrastructure.Interception