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