LinkMenuExpand(external link)DocumentSearchCopyCopied

MySqlTransaction.Release method

Removes the named transaction savepoint with the specified savepointName. No commit or rollback occurs.

public override void Release(string savepointName)
parameterdescription
savepointNameThe savepoint name.

Remarks

The proposed ADO.NET API that this is based on is not finalized; this API may change in the future.

See Also