Mimer Data Provider v9.2

MimerTransaction Class

This class represents a transaction to be made in the Mimer Data Provider.

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

System.Object
   MarshalByRefObject
      MimerTransaction

[Visual Basic]
NotInheritable Public Class MimerTransaction
Inherits MarshalByRefObject
Implements IDbTransaction, IDisposable
[C#]
public sealed class MimerTransaction : 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.

Remarks

An MimerTransaction is created by calling BeginTransaction on the MimerConnection object.

Requirements

Namespace: Mimer.Data.Client

Assembly: Mimer.Data.Client (in Mimer.Data.Client.dll)

See Also

MimerTransaction Members | Mimer.Data.Client Namespace