LinkMenuExpand(external link)DocumentSearchCopyCopied

MySqlTransaction.Save method

Sets a named transaction savepoint with the specified savepointName. If the current transaction already has a savepoint with the same name, the old savepoint is deleted and a new one is set.

public override void Save(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