ComponentOne Data Source for Entity Framework
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
    ExceptionDescription
    The State is C1.LiveLinq.TransactionState.Committed or C1.LiveLinq.TransactionState.Committing.
    Remarks
    Calling this method cancels the changes that were made in the scope of this transaction.
    See Also