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
Syntaxpublic EntityRepository ParentRepository { get; }
Public ReadOnly Property ParentRepository As EntityRepository
Get
public:
property EntityRepository^ ParentRepository {
EntityRepository^ get ();
}
member ParentRepository : EntityRepository with 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