Update demo

This commit is contained in:
sunkaixuna
2021-08-07 03:14:55 +08:00
parent 5b96f433ca
commit 8f524751a5
4 changed files with 9 additions and 9 deletions

View File

@@ -57,7 +57,7 @@ namespace OrmTest
CustomId = 11,
Name = "11",
Price = 11
}).UseMySql().ExecuteBlueCopy();
}).UseMySql().ExecuteBlukCopy();
var data = db.Queryable<Order>().ToList();
Console.WriteLine("#### Insertable End ####");
}