mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 01:58:13 +08:00
Add demo
This commit is contained in:
@@ -20,6 +20,7 @@ namespace OrmTest
|
||||
|
||||
db.CodeFirst.InitTables<Unitdfsas>();
|
||||
db.Insertable(new Unitdfsas() { GridX = new double[] { 1 } }).ExecuteCommand();
|
||||
db.Fastest<Unitdfsas>().BulkCopy(new List<Unitdfsas>(){ new Unitdfsas() { GridX = new double[] { 1 } } });
|
||||
var list=db.Queryable<Unitdfsas>().ToList();
|
||||
}
|
||||
public class Unitdfsas
|
||||
|
Reference in New Issue
Block a user