Table of Contents

Interface IAsyncQueryableRepository<TEntity, TKey>

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

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

public interface IAsyncQueryableRepository<TEntity, TKey> : IAsyncQueryableReadRepository<TEntity, TKey>, IAsyncReadRepository<TEntity, TKey>, IAsyncWriteRepository<TEntity>, IAsyncRepository, IRepository, IDisposable where TEntity : class, IEntity<TKey>

Type Parameters

TEntity

The type of the entity.

TKey

The type of the key.

Inherited Members