Show / Hide Table of Contents

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 "COMMIT". For nested transaction use "RELEASE name".

Exceptions
SLException

Failed to execute sql.