TurboDB.NET Managed Provider
TurboDBTransaction.Commit
Previous  Top  Next


Removes all locks set to table through this TurboDBTransaction.

[C#]
public void Commit()

Notes
This is not a real commit like with true transactions. Commit unlocks the database tables locked by this transaction object.

See also
TurboDBTransaction class | TurboDB Transaction members