DataSource for Entity Framework in WPF
C1.LiveLinq Namespace / ITransaction Interface
Properties Methods

In This Topic
    ITransaction Interface Members
    In This Topic

    The following tables list the members exposed by ITransaction.

    Public Properties
     NameDescription
     PropertyGets a value indicating whether any changes were made in the scope of this transaction.  
     PropertyGets the current state of the transaction.  
    Top
    Public Methods
     NameDescription
     MethodCommits changes that were made while this transaction's scope was open.  
     Method (Inherited from System.IDisposable)
     MethodRolls back changes that were made while this transaction's scope was open.  
     MethodOpens a transaction scope.  
    Top
    See Also