Click or drag to resize

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
Syntax
public TRepository Repository { get; }

Property Value

Type: TRepository
The repository.
See Also