.NET 5.0 | Implement the ADO.NET transaction savepoint APIs #1256
Labels
💡 Enhancement
Issues that are feature requests for the drivers we maintain.
🆕 Public API
Issues/PRs that introduce new APIs to the driver.
SqlTransaction already exposes APIs for managing transactions, but matching general ones were introduced into System.Data in .NET 5.0. SqlClient mostly needs to just override these properties and call the existing logic.
The text was updated successfully, but these errors were encountered: