[]
        
(Showing Draft Content)

C1.LiveLinq.LiveViews.View.Transaction

Transaction Property

Transaction

Gets an instance of ITransaction associated with the view. If a view has a transaction associated with it, that transaction's scope is opened automatically every time the view is updated, so the programmer does not need to do it manually in code.

Declaration
public ITransaction Transaction { get; }