mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
FreeSqlDbContextExtensions remove test code
This commit is contained in:
@ -27,10 +27,10 @@ namespace efcore_to_freesql
|
||||
.UseAutoSyncStructure(true)
|
||||
.Build();
|
||||
|
||||
//FreeSqlDbContextExtensions.EfCoreFluentApiTestGeneric(Fsql);
|
||||
FreeSqlDbContextExtensions.EfCoreFluentApiTestDynamic(Fsql);
|
||||
//Fsql.CodeFirst.EfCoreFluentApiTestGeneric();
|
||||
Fsql.CodeFirst.EfCoreFluentApiTestDynamic();
|
||||
|
||||
DBContexts.BaseDBContext.Fsql = Fsql;
|
||||
BaseDBContext.Fsql = Fsql;
|
||||
|
||||
var sql11 = Fsql.Select<Topic1>().ToSql();
|
||||
//SELECT a."Id", a."Title", a."CreateTime" FROM "Topic1" a
|
||||
|
Reference in New Issue
Block a user