Definition
Namespace: EntityDb.Abstractions.Entities
Assembly: EntityDb.Abstractions
Represents a type used to create instances of IEntityRepository<TEntity>
1
public interface IEntityRepositoryFactory<TEntity>
Type Parameters
TEntity
The type of entity managed by the IEntityRepository<TEntity>.
Methods
CreateRepository(String, String, CancellationToken) | Create a new instance of IEntityRepository<TEntity> |