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

In This Topic
    Commit Method (ClientTransaction)
    In This Topic
    Commits the transaction if it was not committed before. Commits changes that were made while this transaction's scope was open.
    Syntax
    'Declaration
     
    Public Sub Commit() 
    public void Commit()
    Exceptions
    See Also