mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update demo
This commit is contained in:
parent
b5b64681ce
commit
8cc07617d3
@ -94,6 +94,8 @@ namespace XuguTest
|
||||
|
||||
}).ExecuteCommand();
|
||||
|
||||
db.Insertable(new T_User2() { number = 1 }).ExecuteCommand();
|
||||
|
||||
// var list0=db.Ado.GetDataTable("select * from MY_USER");
|
||||
|
||||
var list = db.Queryable<MY_USER>().ToList();
|
||||
|
Loading…
Reference in New Issue
Block a user