C# Class PerformanceTest.Tests.EF.EfContext

Inheritance: DbContext
Datei anzeigen Open project: Polylytics/dashing Class Usage Examples

Public Methods

Method Description
EfContext ( ) : System.Data.Entity

Protected Methods

Method Description
OnModelCreating ( DbModelBuilder modelBuilder ) : void

Method Details

EfContext() public method

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

OnModelCreating() protected method

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