Classe DbCommandInterceptor
[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.]
Gerarchia di ereditarietà
System.Object
System.Data.Entity.Infrastructure.Interception.DbCommandInterceptor
Spazio dei nomi System.Data.Entity.Infrastructure.Interception
Assembly: EntityFramework (in EntityFramework.dll)
Sintassi
'Dichiarazione
Public Class DbCommandInterceptor _
Implements IDbCommandInterceptor, IDbInterceptor
'Utilizzo
Dim instance As DbCommandInterceptor
public class DbCommandInterceptor : IDbCommandInterceptor,
IDbInterceptor
public ref class DbCommandInterceptor : IDbCommandInterceptor,
IDbInterceptor
type DbCommandInterceptor =
class
interface IDbCommandInterceptor
interface IDbInterceptor
end
public class DbCommandInterceptor implements IDbCommandInterceptor, IDbInterceptor
Nel tipo DbCommandInterceptor sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
DbCommandInterceptor |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
NonQueryExecuted | ||
NonQueryExecuting | ||
ReaderExecuted | ||
ReaderExecuting | ||
ScalarExecuted | ||
ScalarExecuting | ||
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche
Riferimento
Spazio dei nomi System.Data.Entity.Infrastructure.Interception