mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-01 19:03:58 +08:00
-
This commit is contained in:
@@ -19,7 +19,7 @@ namespace OrmTest.UnitTest
|
||||
public void Init() {
|
||||
|
||||
var db = GetInstance();
|
||||
var s1= db.Queryable<Student>().ToSql();
|
||||
var s1= db.Queryable<Student>().Where(it=>it.Id==1).ToSql();
|
||||
}
|
||||
|
||||
public SqlSugarClient GetInstance()
|
||||
|
||||
Reference in New Issue
Block a user