Condividi tramite


Proprietà DbCommandInterceptionContext<TResult>.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 TResult
    Get 
    Set
'Utilizzo
Dim instance As DbCommandInterceptionContext 
Dim value As TResult

value = instance.Result

instance.Result = value
public TResult Result { get; set; }
public:
property TResult Result {
    TResult get ();
    void set (TResult value);
}
member Result : 'TResult with get, set
function get Result () : TResult
function set Result (value : TResult)

Valore proprietà

Tipo: TResult

Vedere anche

Riferimento

DbCommandInterceptionContext<TResult> Classe

Spazio dei nomi System.Data.Entity.Infrastructure.Interception