ComponentOne Data Source for Entity Framework
C1.LiveLinq.LiveViews Namespace / View Class / Transaction Property

In This Topic
    Transaction Property
    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