ExampleMoviesEntities.MOVIES Property

Template MVC

ExampleMoviesEntitiesMOVIES Property

Represents the table MOVIES 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<MOVIES> MOVIES { get; set; }

Property Value

Type: DbSetMOVIES
See Also