This commit is contained in:
sunkaixuan
2025-06-09 18:30:34 +08:00
parent 79e436dc81
commit 066405deac

View File

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