You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.