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