DataSource for Entity Framework in WPF
C1.Data.Transactions Namespace / ClientTransaction Class / Rollback Method

In This Topic
    Rollback Method (ClientTransaction)
    In This Topic
    Rolls back the transaction.
    Syntax
    'Declaration
     
    Public Sub Rollback() 
    public void Rollback()
    Exceptions
    Remarks
    Calling this method cancels the changes that were made in the scope of this transaction.
    See Also