IAdgTransaction interface.Commit Method

Definition

Namespace: ASNA.DataGate.Client
Assembly: ASNA.QSys.DataGate.Client.dll

Commits the current transaction.

Overloads

Signature Description
Commit(void Commit()) Commits the current transaction.
Commit(void Commit(string TransactionName)) Commits the current transaction with a specified transaction name.

void Commit()

Commits the current transaction.

void Commit()

void Commit(string TransactionName)

Commits the current transaction with a specified transaction name.

void Commit(string TransactionName)

Parameters

Type Parameter name Description
String TransactionName The name of the transaction to commit.

See Also