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