C# Class myshoppe_demoService.Models.myshoppe_demoContext

Inheritance: DbContext
ファイルを表示 Open project: jamesmontemagno/MyShoppe

Public Methods

Method Description
myshoppe_demoContext ( ) : System.Data.Entity

Protected Methods

Method Description
OnModelCreating ( DbModelBuilder modelBuilder ) : void

Method Details

OnModelCreating() protected method

protected OnModelCreating ( DbModelBuilder modelBuilder ) : void
modelBuilder DbModelBuilder
return void

myshoppe_demoContext() public method

public myshoppe_demoContext ( ) : System.Data.Entity
return System.Data.Entity