EntityFrameworkDataServiceProvider.SaveChanges Method

Saves all the pending changes made till now

Namespace:  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public Overridable Sub SaveChanges
'Usage
Dim instance As EntityFrameworkDataServiceProvider

instance.SaveChanges()
public virtual void SaveChanges()
public:
virtual void SaveChanges()
abstract SaveChanges : unit -> unit  
override SaveChanges : unit -> unit
public function SaveChanges()

Implements

IUpdatable.SaveChanges()

See Also

Reference

EntityFrameworkDataServiceProvider Class

System.Data.Services.Providers Namespace