This commit is contained in:
sunkaixuan 2024-04-22 19:21:51 +08:00
parent 2ed7e116af
commit d41dd183e2

View File

@ -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>