mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +08:00
-
This commit is contained in:
parent
ff4c576306
commit
2c7c9f77cb
@ -37,7 +37,6 @@ namespace OrmTest
|
|||||||
Console.WriteLine(string.Join("," ,list));
|
Console.WriteLine(string.Join("," ,list));
|
||||||
});
|
});
|
||||||
|
|
||||||
var list2= db.Utilities.DataTableToList<Order>(db.Ado.GetDataTable("select * from \"ORDER\""));
|
|
||||||
|
|
||||||
//more https://github.com/sunkaixuan/SqlSugar/wiki/f.Utilities
|
//more https://github.com/sunkaixuan/SqlSugar/wiki/f.Utilities
|
||||||
Console.WriteLine("#### Utilities End ####");
|
Console.WriteLine("#### Utilities End ####");
|
||||||
|
Loading…
Reference in New Issue
Block a user