Firebird ADO.NET Provider SDK Documentation - v1.7

FbTransaction.Commit Method (String)

Commits a transaction from a pending state, and specifies a savepoint name.

[Visual Basic]
Overloads Public Sub Commit( _
   ByVal savePointName As String _
)
[C#]
public void Commit(
   string savePointName
);

Parameters

savePointName
The savepoint name to which commit changes.

Exceptions

Exception Type Condition
FbException An error occurred while trying to commit the transaction.
InvalidOperationException The transaction has already been committed or rolled back.
InvalidOperationException FbCommand is currently busy Open, Fetching.

See Also

FbTransaction Class | FirebirdSql.Data.Firebird Namespace | FbTransaction.Commit Overload List