Method | Description | |
---|---|---|
CreateModel ( DbModelBuilder builder ) : void | ||
TContext ( ) : Microsoft.Data.Entity | ||
TContext ( string nameOrConnectionString = "terraria_ota" ) : Microsoft.Data.Entity |
Method | Description | |
---|---|---|
OnModelCreating ( DbModelBuilder modelBuilder ) : void |
public CreateModel ( DbModelBuilder builder ) : void | ||
builder | DbModelBuilder | |
return | void |
protected OnModelCreating ( DbModelBuilder modelBuilder ) : void | ||
modelBuilder | DbModelBuilder | |
return | void |
public TContext ( string nameOrConnectionString = "terraria_ota" ) : Microsoft.Data.Entity | ||
nameOrConnectionString | string | |
return | Microsoft.Data.Entity |