Method SLTransaction.Commit
Overload
Executes a commit SQL and disables SLTransaction.Dispose.
public void Commit(string sql = "COMMIT")
Parameters
sql (string)
SQL to execute. Default |
Exceptions
SLException
Failed to execute sql. |