EntitySet<TEntity>.Attach Method
Include Protected Members
Include Inherited Members
[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.]
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Attach(TEntity) | Attaches the specified Entity to this entity set in an unmodified state. Also, recursively attaches all unattached entities that are reachable through associations. | |
Attach(Entity) | Attaches the specified Entity to this EntitySet in an unmodified state. (Inherited from EntitySet.) |
Top