| AbstractDatabaseAbstracterCommit Method |
If the abstracter is in transaction mode, commits the transaction, closes the connection, and exits the transaction mode.
If the abstracter is not in transaction mode, does nothing.
Namespace: Activsoft.Engine.DbAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic:
virtual void Commit() sealed
abstract Commit : unit -> unit
override Commit : unit -> unit
Implements
IDatabaseAbstracterCommit
See Also