DbCommandInterceptor 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
用於實作介面方法子集時的抽象基類 IDbCommandInterceptor 。
public abstract class DbCommandInterceptor : Microsoft.EntityFrameworkCore.Diagnostics.IDbCommandInterceptor, Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor
type DbCommandInterceptor = class
interface IDbCommandInterceptor
interface IInterceptor
Public MustInherit Class DbCommandInterceptor
Implements IDbCommandInterceptor, IInterceptor
- 繼承
-
DbCommandInterceptor
- 實作
備註
如需詳細資訊和範例,請參閱 EF Core 攔截器 。
建構函式
DbCommandInterceptor() |
用於實作介面方法子集時的抽象基類 IDbCommandInterceptor 。 |