Opens a transaction scope.
Namespace:
C1.LiveLinqAssembly: C1.Silverlight.LiveLinq (in C1.Silverlight.LiveLinq.dll)
Syntax
C# |
---|
IDisposable Scope() |
Visual Basic |
---|
Function Scope As IDisposable |
Return Value
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.