Freigeben über


DbCommandInterceptionContext<TResult>.Result-Eigenschaft

[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.]

Namespace:  System.Data.Entity.Infrastructure.Interception
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public Property Result As TResult
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: TResult

Siehe auch

Verweis

DbCommandInterceptionContext<TResult> Klasse

System.Data.Entity.Infrastructure.Interception-Namespace