EntitySet.Add 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.]
Adds the specified Entity to this EntitySet.
Namespace: System.ServiceModel.DomainServices.Client
Assembly: System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)
Syntax
'Declaration
Public Sub Add ( _
entity As Entity _
)
'Usage
Dim instance As EntitySet
Dim entity As Entity
instance.Add(entity)
public void Add(
Entity entity
)
public:
void Add(
Entity^ entity
)
member Add :
entity:Entity -> unit
public function Add(
entity : Entity
)
Parameters
- entity
Type: System.ServiceModel.DomainServices.Client.Entity
The entity to add.
Remarks
This method also recursively adds all unattached entities that are reachable through associations.