[]
        
(Showing Draft Content)

C1.LiveLinq.ITransaction.Scope

Scope Method

Scope()

Opens a transaction scope.

Declaration
IDisposable Scope()
Returns
Type Description
IDisposable

An instance of IDisposable that will close the scope when its Dispose() method is called.

Remarks

The transaction tracks changes only when they are made inside an open scope.

Calling Dispose() on the return value closes the scope.