DataAttributesCollectionRepository Property |
Gets the repository.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic Repository Repository { get; }
Public ReadOnly Property Repository As Repository
Get
public:
property Repository^ Repository {
Repository^ get ();
}
member Repository : Repository with get
Property Value
Type:
Repository
The repository.
See Also