Table of Contents

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

TEntity

The type of the entity.

TKey

The type of the key.

Inherited Members

See Also

IReadRepository<TEntity, TKey>