IEntityWithRelationships Interface

Definition

Interface that a data class must implement if exposes relationships

public interface IEntityWithRelationships
type IEntityWithRelationships = interface
Public Interface IEntityWithRelationships
Derived

Properties

RelationshipManager

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

Applies to