Method | Description | |
---|---|---|
ChiakiYuDbContext ( ) : System |
构造函数
|
|
ChiakiYuDbContext ( string nameOrConnectionString ) : System |
使用连接名称或连接字符串
|
Method | Description | |
---|---|---|
OnModelCreating ( DbModelBuilder modelBuilder ) : void |
Method | Description | |
---|---|---|
GetConnectionStringName ( ) : string |
获取 数据库连接串名称
|
public ChiakiYuDbContext ( string nameOrConnectionString ) : System | ||
nameOrConnectionString | string | |
return | System |
protected OnModelCreating ( DbModelBuilder modelBuilder ) : void | ||
modelBuilder | DbModelBuilder | |
return | void |