NPersistence Reference Guide
Commit the current resource transaction, writing any unflushed changes to the database.

Namespace: NPersistence
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

   
 C# 
void Commit()

Exceptions

ExceptionCondition
System..::..InvalidOperationException if isActive() is false
NPersistence..::..RollbackException if the commit fails

See Also