Back to Aurora Vision Library Lite website
You are here: Start » Hardware Support » MSSQL » MSSQL_GetCommitMode_Deprecated
MSSQL_GetCommitMode_Deprecated
| Header: | ThirdPartySdk.h |
|---|---|
| Namespace: | avl |
Gets the database commit mode.
Syntax
void avl::MSSQL_GetCommitMode_Deprecated ( MSSQL_State& ioState, atl::Optional<const atl::String&> inConnectionString, avl::MSSQLCommitMode::Type& outCommitMode )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | MSSQL_State& | Object used to maintain state of the function. | |
![]() |
inConnectionString | Optional<const String&> | NIL | Connection string. |
![]() |
outCommitMode | MSSQLCommitMode::Type& | Commit mode. |



