mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 20:38:16 +08:00
FreeSql.Generator 增加神通 DbFirst 生成
This commit is contained in:
@ -17,7 +17,7 @@ namespace FreeSql.Tests.ShenTong
|
||||
[Fact]
|
||||
public void GetTablesByDatabase()
|
||||
{
|
||||
|
||||
var t1 = g.shentong.DbFirst.GetTablesByDatabase();
|
||||
var t2 = g.shentong.DbFirst.GetTablesByDatabase(g.shentong.DbFirst.GetDatabases()[0]);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user