ComponentOne Data Source for Entity Framework
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 System.Boolean
    System.bool HasChanges {get;}
    See Also