EntitySet<TEntity>.Attach Method (TEntity)
[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.]
Attaches the specified Entity to this entity set in an unmodified state. Also, recursively attaches all unattached entities that are reachable through associations.
Namespace: System.ServiceModel.DomainServices.Client
Assembly: System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)
Syntax
'Declaration
Public Sub Attach ( _
entity As TEntity _
)
'Usage
Dim instance As EntitySet
Dim entity As TEntity
instance.Attach(entity)
public void Attach(
TEntity entity
)
public:
void Attach(
TEntity entity
)
member Attach :
entity:'TEntity -> unit
public function Attach(
entity : TEntity
)
Parameters
- entity
Type: TEntity
The entity to attach.