EntitySet.Remove Method

[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]

Removes the specified entity from the set.

Namespace:  System.ServiceModel.DomainServices.Client
Assembly:  System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)

Syntax

'Declaration
Public Sub Remove ( _
    entity As Entity _
)
'Usage
Dim instance As EntitySet
Dim entity As Entity

instance.Remove(entity)
public void Remove(
    Entity entity
)
public:
void Remove(
    Entity^ entity
)
member Remove : 
        entity:Entity -> unit 
public function Remove(
    entity : Entity
)

Parameters

Exceptions

Exception Condition
[InvalidOperationException]

The entity is not in this set.

Remarks

If the entity is the root of a compositional hierarchy, all child entities will also be removed.

See Also

Reference

EntitySet Class

System.ServiceModel.DomainServices.Client Namespace