RelationshipManager::Create Method (IEntityWithRelationships^)
.NET Framework (current version)
Creates a new RelationshipManager object.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
Parameters
- owner
-
Type:
System.Data.Objects.DataClasses::IEntityWithRelationships^
Reference to the entity that is calling this method.
Return Value
Type: System.Data.Objects.DataClasses::RelationshipManager^The requested RelationshipManager.
The Create method is used by objects that implement IEntityWithRelationships. When Object Services requests the RelationshipManager property of an object that implements IEntityWithRelationships, the Create method is called if the relationship manager does not already exist for the object.
.NET Framework
Available since 3.5
Available since 3.5
Show: