DataSource for Entity Framework in WPF
C1.Data.Transactions Namespace / ClientTransaction Class
Properties Methods Events


In This Topic
    ClientTransaction Class Members
    In This Topic

    The following tables list the members exposed by ClientTransaction.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a child (nested) transaction, a new instance of the ClientTransaction class with a specified parent transaction.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether any changes were made in the scope of this transaction.  
    Public PropertyGets the state the transaction is in.  
    Top
    Public Methods
     NameDescription
    Public MethodCommits the transaction if it was not committed before. Commits changes that were made while this transaction's scope was open.  
    Public MethodDisposes of the ClientTransaction.  
    Public MethodRolls back the transaction.  
    Public MethodOpens the transaction scope.  
    Public MethodWraps an object so the transaction scope is automatically opened when a value is being assigned to a property of the wrapped object.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when a property value changes, after it has been changed.  
    Top
    See Also