RepositoryExtensionsExpressionDependenciesAttributes Property |
Gets the data attributes 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
Syntaxpublic IEnumerable<IDataAttribute> Attributes { get; }
Public ReadOnly Property Attributes As IEnumerable(Of IDataAttribute)
Get
public:
property IEnumerable<IDataAttribute^>^ Attributes {
IEnumerable<IDataAttribute^>^ get ();
}
member Attributes : IEnumerable<IDataAttribute> with get
Property Value
Type:
IEnumerableIDataAttribute
The data attributes.
See Also