SaveChangesInterceptor 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 ISaveChangesInterceptor for use when implementing a subset of the interface methods.
public abstract class SaveChangesInterceptor : Microsoft.EntityFrameworkCore.Diagnostics.ISaveChangesInterceptor
	type SaveChangesInterceptor = class
    interface ISaveChangesInterceptor
    interface IInterceptor
	Public MustInherit Class SaveChangesInterceptor
Implements ISaveChangesInterceptor
		- Inheritance
 - 
				SaveChangesInterceptor
 
- Implements
 
Remarks
See EF Core interceptors for more information and examples.
Constructors
| SaveChangesInterceptor() |