DataSource for Entity Framework in WPF
C1.Data.Transactions Namespace / ClientTransaction Class / HasChanges Property

In This Topic
    HasChanges Property (ClientTransaction)
    In This Topic
    Gets a value indicating whether any changes were made in the scope of this transaction.
    Syntax
    'Declaration
     
    Public ReadOnly Property HasChanges As Boolean
    public bool HasChanges {get;}
    See Also