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 | |
|---|---|---|---|---|
![]() |
ioState | MSSQL_State | ||
![]() |
inConnectionString | str | Connection string. | |
![]() |
outCommitMode | MSSQLCommitMode | Commit mode. |



