Table of Contents

Interface IAsyncQueryableReadRepository<TEntity, TKey>

Namespace
eQuantic.Core.Data.Repository.Read
Assembly
eQuantic.Core.Data.dll

An asynchronous read repository backed by an IQueryable<T> data source.

public interface IAsyncQueryableReadRepository<TEntity, TKey> : IAsyncReadRepository<TEntity, TKey>, IAsyncRepository, 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

IAsyncReadRepository<TEntity, TKey>