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.]
継承階層
System.Object
System.Data.Entity.Infrastructure.Interception.DbCommandInterceptor
名前空間: System.Data.Entity.Infrastructure.Interception
アセンブリ: EntityFramework (EntityFramework.dll)
構文
'宣言
Public Class DbCommandInterceptor _
Implements IDbCommandInterceptor, IDbInterceptor
'使用
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
DbCommandInterceptor 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
DbCommandInterceptor |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
NonQueryExecuted | ||
NonQueryExecuting | ||
ReaderExecuted | ||
ReaderExecuting | ||
ScalarExecuted | ||
ScalarExecuting | ||
ToString | (Object から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。