MSSQL_GetCommitMode


Gets the database commit mode.

Syntax

C++
Python
 
def MSSQL_GetCommitMode(
	state: MSSQL_State,
	inConnectionString: str,
	/
)
-> outCommitMode: MSSQLCommitMode

Parameters

Name Type Default Description
Input will be modified ioState MSSQL_State
Input value inConnectionString str Connection string.
Output value outCommitMode MSSQLCommitMode Commit mode.