DataSource for Entity Framework in WPF
C1.LiveLinq Namespace / ITransaction Interface / HasChanges Property

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