mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 13:06:50 +08:00
Add demo
This commit is contained in:
parent
d6a0b6c835
commit
c43cf6296f
@ -50,6 +50,7 @@ namespace OrmTest
|
||||
var list= db.Ado.SqlQuery<Order>("select * from \"ORDER\"");
|
||||
var intValue=db.Ado.SqlQuerySingle<int>("select 1 from dual");
|
||||
db.Ado.ExecuteCommand("delete \"ORDER\" where id>1000");
|
||||
db.Ado.ExecuteCommand("select 1 from dual;");//Supprt ";"
|
||||
//db.Ado.xxx
|
||||
Console.WriteLine("#### Ado End ####");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user