The Epic.Query.Linq contains the interface and the base class of Linq based repositories.
It's defined in Epic.Query.Linq.
It's defined in Epic.Query.Linq.
Declaration Syntax
C# |
namespace Epic.Query.Linq
Types
All Types | Classes | Interfaces |
Type | Description | |
---|---|---|
IQueryableRepository<(Of <(<'TEntity, TIdentity>)>)> |
Common interface of repositories.
| |
RepositoryBase<(Of <(<'TEntity, TIdentity>)>)> |
Base class for Linq based repositories.
|