DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews Namespace / View Class / Transaction Property

In This Topic
    Transaction Property (View)
    In This Topic
    Gets an instance of C1.LiveLinq.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.
    Syntax
    'Declaration
     
    Public ReadOnly Property Transaction As ITransaction
    public ITransaction Transaction {get;}
    See Also