IDbContextTransactionManager Interface
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.
Creates and manages the current transaction.
This interface is typically used by database providers (and other extensions). It is generally not used in application code.
public interface IDbContextTransactionManager
public interface IDbContextTransactionManager : Microsoft.EntityFrameworkCore.Infrastructure.IResettableService
type IDbContextTransactionManager = interface
type IDbContextTransactionManager = interface
interface IResettableService
Public Interface IDbContextTransactionManager
Public Interface IDbContextTransactionManager
Implements IResettableService
- Derived
- Implements
The service lifetime is Scoped. This means that each DbContext instance will use its own instance of this service. The implementation may depend on other services registered with any lifetime. The implementation does not need to be thread-safe.
See Implementation of database providers and extensions and Transactions in EF Core for more information and examples.
Current |
Gets the current transaction. |
Begin |
Begins a new transaction. |
Begin |
Asynchronously begins a new transaction. |
Commit |
Commits all changes made to the database in the current transaction. |
Commit |
Commits all changes made to the database in the current transaction. |
Reset |
Resets the service so that it can be used from the pool. (Inherited from IResettableService) |
Reset |
Resets the service so that it can be used from the pool. (Inherited from IResettableService) |
Rollback |
Discards all changes made to the database in the current transaction. |
Rollback |
Discards all changes made to the database in the current transaction. |
ผลิตภัณฑ์ | เวอร์ชัน |
---|---|
Entity Framework Core | 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |
คำติชม Entity Framework
Entity Framework เป็นโครงการโอเพนซอร์ส เลือกลิงก์เพื่อให้คำติชม: