Disposes of the ClientTransaction.

Namespace:  C1.Data.Transactions
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
public void Dispose()
Visual Basic
Public Sub Dispose

Implements

IDisposable..::..Dispose()()()()

Remarks

If the State is Open, the ClientTransaction is automatically rolled back.

See Also