mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-15 23:13:42 +08:00
Add demo
This commit is contained in:
parent
2ed7e116af
commit
d41dd183e2
@ -40,6 +40,10 @@ namespace OrmTest
|
||||
{
|
||||
throw new Exception("unit error");
|
||||
}
|
||||
|
||||
var sql = db.Insertable(list).ToSqlString();
|
||||
db.Ado.ExecuteCommand(sql);
|
||||
var xx=db.Queryable<TestRemoveCache>().ToList();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user