Table of Contents

Constructor StreamHelper

Namespace
Innova.Data.Entity
Assembly
Innova.Data.dll

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.