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

In This Topic
    SaveChanges Method (ClientCacheBase)
    In This Topic
    Persists all changes to the server. It is recommended to call this method instead of System.Data.Objects.ObjectContext.SaveChanges().
    Syntax
    'Declaration
     
    Public Sub SaveChanges() 
    public void SaveChanges()
    See Also