Table of Contents

Interface IAsyncRepository<TEntity, TKey>

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

The asynchronous repository, composed of the asynchronous read and write repositories.

public interface IAsyncRepository<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