ComponentOne Data Source for Entity Framework
C1.Win.Data.Entities Namespace / C1DataSource Class / RejectChanges Method

In This Topic
    RejectChanges Method (C1DataSource)
    In This Topic
    Rejects the changes for every entity in the context.
    Syntax
    'Declaration
     
    
    Public Sub RejectChanges() 
    public void RejectChanges()
    Remarks
    Changes will be rejected for all entities in the context, including those that were not loaded through this C1DataSource. This will also cancel a pending Add or Edit in the collection views.
    See Also