Template Documentation
ExampleMoviesEntitiesMOVIE_CATEGORY Property |
Represents the table MOVIE_CATEGORY of the database with the base CRUD functions
Namespace: Template.Repository.Context
Assembly: Template.Repository (in Template.Repository.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public virtual DbSet<MOVIE_CATEGORY> MOVIE_CATEGORY { get; set; }
Property Value
Type: DbSetMOVIE_CATEGORYSee Also