Back to FabImage Library website

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

MSSQL_GetCommitMode_Deprecated


Header: ThirdPartySdk.h
Namespace: fil
Module: ThirdParty

Gets the database commit mode.

Syntax

void fil::MSSQL_GetCommitMode_Deprecated
(
	MSSQL_State& ioState,
	ftl::Optional<const ftl::String&> inConnectionString,
	fil::MSSQLCommitMode::Type& outCommitMode
)

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.
Output value outCommitMode MSSQLCommitMode::Type& Commit mode.