IUpdatable.ClearChanges-Methode
Bricht eine Änderung an den Daten ab.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Sub ClearChanges
'Usage
Dim instance As IUpdatable
instance.ClearChanges()
void ClearChanges()
void ClearChanges()
abstract ClearChanges : unit -> unit
function ClearChanges()