Definition
Namespace: EntityDb.Abstractions.Projections
Assembly: EntityDb.Abstractions
Represents a type used to create instances of IProjectionRepository<TProjection>
1
public interface IProjectionRepositoryFactory<TProjection>
Type Parameters
TProjection
The type of projection managed by the IProjectionRepository<TProjection>.
Methods
CreateRepository(String, String, CancellationToken) | Create a new instance of IProjectionRepository<TProjection> |