Interface IQueryableReadRepository<TEntity, TKey>
- Namespace
- eQuantic.Core.Data.Repository.Read
- Assembly
- eQuantic.Core.Data.dll
A synchronous read repository backed by an IQueryable<T> data source.
public interface IQueryableReadRepository<TEntity, TKey> : IReadRepository<TEntity, TKey>, IRepository, IDisposable where TEntity : class, IEntity<TKey>
Type Parameters
TEntityThe type of the entity.
TKeyThe type of the key.
- Inherited Members
See Also
IReadRepository<TEntity, TKey>