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