Click or drag to resize

RepositoryExtensionsExpressionDependenciesReferences Property

Gets the references from Repository, 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
Syntax
public IEnumerable<ObjectReference> References { get; }

Property Value

Type: IEnumerableObjectReference
The references.
See Also