RejectChanges Method (ClientCacheBase)
In This Topic
Reverts all pending changes for this
ClientCacheBase. It is recommended to call this method instead of %System.Data.Objects.ObjectContext.Refresh(System.Data.Objects.RefreshMode, object)%.
Syntax
'Declaration
Public Sub RejectChanges()
public void RejectChanges()
See Also