C# Class Infrastructure.NorthwindContext

Inheritance: Core.DbContext
Show file Open project: rapPayne/WebGoat.Net Class Usage Examples

Public Methods

Method Description
GetNorthwindContext ( ) : NorthwindContext

Protected Methods

Method Description
OnModelCreating ( DbModelBuilder modelBuilder ) : void

Private Methods

Method Description
NorthwindContext ( ) : System.Data.Entity

Method Details

GetNorthwindContext() public static method

public static GetNorthwindContext ( ) : NorthwindContext
return NorthwindContext

OnModelCreating() protected method

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