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
TEntityThe type of the entity.
TKeyThe type of the key.
- Inherited Members