Back to FabImage Library website
You are here: Start » Function Reference » Hardware Support » MSSQL » MSSQL_EndTransaction_Deprecated
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
Module: | ThirdParty |
Ends the ongoing transaction.
Syntax
void fil::MSSQL_EndTransaction_Deprecated ( MSSQL_State& ioState, ftl::Optional<const ftl::String&> inConnectionString, const fil::MSSQLCompletionType::Type& inCompletionType )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
ioState | MSSQL_State& | Object used to maintain state of the function. | |
![]() |
inConnectionString | Optional<const String&> | NIL | Connection string. |
![]() |
inCompletionType | const MSSQLCompletionType::Type& | Transaction completion type (commit or rollback). |