GenericRepository(TEntity) Fields

Template MVC

GenericRepositoryTEntity Fields

The GenericRepositoryTEntity generic type exposes the following members.

Fields
  NameDescription
Protected field_DBEntities
The DbContext of entity framework
Protected field_Entity
The DbSet that represents the database table to do all the queries
Top
See Also