IEntityWithRelationships Interface

Definition

Defines an entity type with a relationship to one or more other entity type.

public interface class IEntityWithRelationships
public interface IEntityWithRelationships
type IEntityWithRelationships = interface
Public Interface IEntityWithRelationships
Derived

Remarks

IEntityWithRelationships defines the features that must be implemented by an entity type that has relationships to other types. Relationships are defined as associations in the Entity Data Model.

EntityObject is the base class for all entity types generated by the Entity Data Model tools. The EntityObject class implements IEntityWithRelationships.

Properties

RelationshipManager

Returns the relationship manager that manages relationships for an instance of an entity type.

Applies to