DataSource for Entity Framework in WPF
C1.WPF.Data.Entities Namespace / C1DataSource Class / SaveChanges Method

In This Topic
    SaveChanges Method (C1DataSource)
    In This Topic
    Persists all changes to the server.
    Syntax
    'Declaration
     
    Public Sub SaveChanges() 
    public void SaveChanges()
    Remarks
    Changes will be saved for all entities in the context, including those that were not loaded through this C1DataSource. This will also commit a pending Add or Edit in the collection views.
    See Also