Constructor StreamHelper
StreamHelper(IDbContextFactory<TDbContext>)
Initializes a new instance of the StreamHelper<TDbContext, TEntity> class.
public StreamHelper(IDbContextFactory<TDbContext> dbContextFactory)
Parameters
dbContextFactory
IDbContextFactory<TDbContext>The factory to create instances of the database context.
Exceptions
- ArgumentNullException
Thrown when
dbContextFactory
is null.