See also
Class EfCodeFirstBusinessBase
West Wind Toolkit for .NET
EfCodeFirstBusinessBase<TEntity,TContext>.NewEntity
Creates a new instance of an Entity tracked by the DbContext.
public virtual TEntity NewEntity();
Overloads:
public virtual TEntity NewEntity(TEntity entity);
See also:
Class EfCodeFirstBusinessBase