DbCommandInterceptor Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Abstract base class for IDbCommandInterceptor for use when implementing a subset of the interface methods.
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
- Inheritance
-
DbCommandInterceptor
- Implements
Remarks
See EF Core interceptors for more information and examples.
Constructors
DbCommandInterceptor() |