DbCommandInterceptionContext<TResult> クラス
[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.DbInterceptionContext
System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext
System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<TResult>
名前空間: System.Data.Entity.Infrastructure.Interception
アセンブリ: EntityFramework (EntityFramework.dll)
構文
'宣言
Public Class DbCommandInterceptionContext(Of TResult) _
Inherits DbCommandInterceptionContext
'使用
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.
型パラメーター
- TResult
DbCommandInterceptionContext<TResult> 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
DbCommandInterceptionContext<TResult>() | ||
DbCommandInterceptionContext<TResult>(DbInterceptionContext) |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
CommandBehavior | (DbCommandInterceptionContext から継承されています。) | |
DbContexts | (DbInterceptionContext から継承されています。) | |
Exception | ||
IsAsync | (DbInterceptionContext から継承されています。) | |
IsExecutionSuppressed | ||
ObjectContexts | (DbInterceptionContext から継承されています。) | |
OriginalException | ||
OriginalResult | ||
Result | ||
TaskStatus |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
AsAsync | ||
Clone | (DbCommandInterceptionContext.Clone() をオーバーライドします。) | |
Equals | (DbCommandInterceptionContext.Equals(Object) をオーバーライドします。) | |
Finalize | (Object から継承されています。) | |
GetHashCode | (DbCommandInterceptionContext.GetHashCode() をオーバーライドします。) | |
GetType | ||
MemberwiseClone | (Object から継承されています。) | |
SuppressExecution | ||
ToString | (DbCommandInterceptionContext.ToString() をオーバーライドします。) | |
WithCommandBehavior | ||
WithDbContext | ||
WithObjectContext |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。