RelatedEnd::IRelatedEnd::Attach Method (IEntityWithRelationships^)

 

Attaches an object at the related end.

Namespace:   System.Data.Objects.DataClasses
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
Return to top
Show: