DataSource for Entity Framework in WPF
C1.LiveLinq Namespace / ITransaction Interface / Rollback Method

In This Topic
    Rollback Method (ITransaction)
    In This Topic
    Rolls back changes that were made while this transaction's scope was open.
    Syntax
    'Declaration
     
    Sub Rollback() 
    void Rollback()
    See Also