Click or drag to resize

RepositoryExtensionsExpressionDependenciesParentAttributes Property

Gets the data attributes from the parent 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
Syntax
public IEnumerable<IDataAttribute> ParentAttributes { get; }

Property Value

Type: IEnumerableIDataAttribute
The data attributes.
See Also