DataServiceContext.DeleteObject(Object) Method

Definition

Changes the state of the specified object to be deleted in the DataServiceContext.

public:
 void DeleteObject(System::Object ^ entity);
public void DeleteObject (object entity);
member this.DeleteObject : obj -> unit
Public Sub DeleteObject (entity As Object)

Parameters

entity
Object

The tracked entity to be changed to the deleted state.

Exceptions

When entity is null.

The object is not being tracked by the DataServiceContext.

Remarks

All links to the specified entity are also marked deleted.

Applies to