Back to Aurora Vision Library website

You are here: Start » Function Reference » Hardware Support » MSSQL » MSSQL_EndTransaction_Deprecated

MSSQL_EndTransaction_Deprecated


Header: ThirdPartySdk.h
Namespace: avl
Module: ThirdParty

Ends the ongoing transaction.

Syntax

void avl::MSSQL_EndTransaction_Deprecated
(
	MSSQL_State& ioState,
	atl::Optional<const atl::String&> inConnectionString,
	const avl::MSSQLCompletionType::Type& inCompletionType
)

Parameters

Name Type Default Description
Input will be modified ioState MSSQL_State& Object used to maintain state of the function.
Input value inConnectionString Optional<const String&> NIL Connection string.
Input value inCompletionType const MSSQLCompletionType::Type& Transaction completion type (commit or rollback).