Click or drag to resize

BCRepositoryCommit Method

Commits changes made during the transaction. All transaction objects will be disposed.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Server
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public void Commit()
Remarks
Does not close the repository. To close the repository the Dispose method must be called.
See Also