C# Class FCS_Funding.Models.FCS_DBModel

Inheritance: DbContext
Mostra file Open project: WKlingonsmith/FCS-Project Class Usage Examples

Public Methods

Method Description
FCS_DBModel ( ) : System

Protected Methods

Method Description
OnModelCreating ( DbModelBuilder modelBuilder ) : void

Method Details

FCS_DBModel() public method

public FCS_DBModel ( ) : System
return System

OnModelCreating() protected method

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