Firebird ADO.NET Provider SDK Documentation - v1.7

FbTransaction.Dispose Method 

Releases the unmanaged resources used by the FbTransaction and optionally releases the managed resources.

[Visual Basic]
NotOverridable Public Sub Dispose() _
    Implements IDisposable.Dispose
[C#]
public void Dispose();

Implements

IDisposable.Dispose

See Also

FbTransaction Class | FirebirdSql.Data.Firebird Namespace