RepositoryExtensionsExpressionDependenciesParentReferences Property |
Gets the references from Repository.ParentRepository, which were accessed by the expression.
Namespace:
Aloe.SystemFrameworks.Domain.Extensions
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic IEnumerable<ObjectReference> ParentReferences { get; }
Public ReadOnly Property ParentReferences As IEnumerable(Of ObjectReference)
Get
public:
property IEnumerable<ObjectReference^>^ ParentReferences {
IEnumerable<ObjectReference^>^ get ();
}
member ParentReferences : IEnumerable<ObjectReference> with get
Property Value
Type:
IEnumerableObjectReference
The references.
See Also