GenericRepository(TEntity)._Entity Field

Template MVC

GenericRepositoryTEntity_Entity Field

The DbSet that represents the database table to do all the queries

Namespace:  Template.Repository.Core
Assembly:  Template.Repository (in Template.Repository.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected readonly IDbSet<TEntity> _Entity

Field Value

Type: IDbSetTEntity
See Also