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