TransactionHandler.MatchesParentContext 方法
[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]
檢查指定的攔截內容是否包含目標內容,或是指定的連接是否與目標內容使用的連接相同。
命名空間: System.Data.Entity.Infrastructure
組件: EntityFramework (在 EntityFramework.dll 中)
語法
'宣告
Protected Friend Overridable Function MatchesParentContext ( _
connection As DbConnection, _
interceptionContext As DbInterceptionContext _
) As Boolean
'用途
Dim connection As DbConnection
Dim interceptionContext As DbInterceptionContext
Dim returnValue As Boolean
returnValue = Me.MatchesParentContext(connection, _
interceptionContext)
protected internal virtual bool MatchesParentContext(
DbConnection connection,
DbInterceptionContext interceptionContext
)
protected public:
virtual bool MatchesParentContext(
DbConnection^ connection,
DbInterceptionContext^ interceptionContext
)
abstract MatchesParentContext :
connection:DbConnection *
interceptionContext:DbInterceptionContext -> bool
override MatchesParentContext :
connection:DbConnection *
interceptionContext:DbInterceptionContext -> bool
function MatchesParentContext(
connection : DbConnection,
interceptionContext : DbInterceptionContext
) : boolean
參數
- connection
類型:System.Data.Common.DbConnection
連接。
- interceptionContext
類型:DbInterceptionContext
攔截內容。
傳回值
類型:System.Boolean
若提供的攔截內容包含目標內容,或提供的攔截內容不含任何內容,但提供的連接與目標內容使用的連接相同,則為 true,否則為 false。
備註
請注意,如果呼叫此方法,將會觸發從 interceptionContext 參考之所有 DbContext 的初始化作業。