Click or drag to resize

RepositoryParentRepository Property

Gets the parent repository or null if there is no parent repository.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public EntityRepository ParentRepository { get; }

Property Value

Type: EntityRepository
Remarks
The parent repository is determined by checking the ownership state of all references. If the ownership reference is self-reference, the property returns this repository.
See Also