DbTransaction.Release(String) Method

Definition

Destroys a savepoint previously defined in the current transaction. This allows the system to reclaim some resources before the transaction ends.

C#
public virtual void Release(string savepointName);

Parameters

savepointName
String

The name of the savepoint to release.

Applies to

Product Versions
.NET 5, 6, 7, 8, 9, 10