RelatedEnd::IRelatedEnd::Attach Method (IEntityWithRelationships^)
.NET Framework (current version)
Attaches an object at the related end.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
private: virtual void Attach( IEntityWithRelationships^ entity ) sealed = IRelatedEnd::Attach
Parameters
- entity
-
Type:
System.Data.Objects.DataClasses::IEntityWithRelationships^
The object being attached.
This member is an explicit interface member implementation. It can be used only when the RelatedEnd instance is cast to an IRelatedEnd interface.
The IRelatedEnd::Attach method is only maintained for compatibility with previous versions of the .NET Framework.
.NET Framework
Available since 3.5
Available since 3.5
Show: