C# Class CycleSales.WarrantyModel.WarrantyContext

Inheritance: DbContext
ファイルを表示 Open project: rowanmiller/Demo-EF7

Protected Methods

Method Description
OnConfiguring ( DbContextOptions options ) : void
OnModelCreating ( ModelBuilder builder ) : void

Method Details

OnConfiguring() protected method

protected OnConfiguring ( DbContextOptions options ) : void
options DbContextOptions
return void

OnModelCreating() protected method

protected OnModelCreating ( ModelBuilder builder ) : void
builder ModelBuilder
return void