Freigeben über


DbCommandInterceptionContext<TResult>-Klasse

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

Vererbungshierarchie

System.Object
  System.Data.Entity.Infrastructure.Interception.DbInterceptionContext
    System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext
      System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<TResult>

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

Syntax

'Declaration
Public Class DbCommandInterceptionContext(Of TResult) _
    Inherits DbCommandInterceptionContext
'Usage
Dim instance As DbCommandInterceptionContext(Of TResult)
public class DbCommandInterceptionContext<TResult> : DbCommandInterceptionContext
generic<typename TResult>
public ref class DbCommandInterceptionContext : public DbCommandInterceptionContext
type DbCommandInterceptionContext<'TResult> =  
    class 
        inherit DbCommandInterceptionContext 
    end
JScript does not support generic types and methods.

Typparameter

  • TResult

Der DbCommandInterceptionContext<TResult>-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode DbCommandInterceptionContext<TResult>()
Öffentliche Methode DbCommandInterceptionContext<TResult>(DbInterceptionContext)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft CommandBehavior (Geerbt von DbCommandInterceptionContext.)
Öffentliche Eigenschaft DbContexts (Geerbt von DbInterceptionContext.)
Öffentliche Eigenschaft Exception
Öffentliche Eigenschaft IsAsync (Geerbt von DbInterceptionContext.)
Öffentliche Eigenschaft IsExecutionSuppressed
Öffentliche Eigenschaft ObjectContexts (Geerbt von DbInterceptionContext.)
Öffentliche Eigenschaft OriginalException
Öffentliche Eigenschaft OriginalResult
Öffentliche Eigenschaft Result
Öffentliche Eigenschaft TaskStatus

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode AsAsync
Geschützte Methode Clone (Überschreibt DbCommandInterceptionContext.Clone().)
Öffentliche Methode Equals (Überschreibt DbCommandInterceptionContext.Equals(Object).)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Überschreibt DbCommandInterceptionContext.GetHashCode().)
Öffentliche Methode GetType
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode SuppressExecution
Öffentliche Methode ToString (Überschreibt DbCommandInterceptionContext.ToString().)
Öffentliche Methode WithCommandBehavior
Öffentliche Methode WithDbContext
Öffentliche Methode WithObjectContext

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

System.Data.Entity.Infrastructure.Interception-Namespace