Creates a new instance of the business Object and allows passing in an existing instance of a DbContext.
public EfCodeFirstBusinessBase<TEntity,TContext>(TContext context)
Parameters
context
An existing context to share with
Overloads:
public EfCodeFirstBusinessBase<TEntity,TContext>()
public EfCodeFirstBusinessBase<TEntity,TContext>(string connectionString)
public EfCodeFirstBusinessBase<TEntity,TContext>(IBusinessObject
See also:
Class EfCodeFirstBusinessBase© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic