Firebird ADO.NET Provider SDK Documentation - v1.7

FbTransaction Class

Represents a Firebird transaction. This class cannot be inherited.

For a list of all members of this type, see FbTransaction Members.

System.Object
   System.MarshalByRefObject
      FirebirdSql.Data.Firebird.FbTransaction

[Visual Basic]
NotInheritable Public Class FbTransaction
    Inherits MarshalByRefObject
    Implements IDbTransaction, IDisposable
[C#]
public sealed class FbTransaction : MarshalByRefObject, IDbTransaction, IDisposable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: FirebirdSql.Data.Firebird

Assembly: FirebirdSql.Data.Firebird (in FirebirdSql.Data.Firebird.dll)

See Also

FbTransaction Members | FirebirdSql.Data.Firebird Namespace