EntityFrameworkDataServiceProvider.ClearChanges Method
Revert all the pending changes.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public Overridable Sub ClearChanges
'Usage
Dim instance As EntityFrameworkDataServiceProvider
instance.ClearChanges()
public virtual void ClearChanges()
public:
virtual void ClearChanges()
abstract ClearChanges : unit -> unit
override ClearChanges : unit -> unit
public function ClearChanges()