mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-01-28 11:11:32 +08:00
Update demo
This commit is contained in:
@@ -33,10 +33,10 @@ namespace TDengineTest
|
||||
//固定建表
|
||||
CodeFirst(db);
|
||||
|
||||
//自动建表
|
||||
//自动建表(普通插入)
|
||||
InsertUsingTag(db);
|
||||
|
||||
//BulkCopy(自动建表
|
||||
//自动建表(BulkCopy)
|
||||
BulkCopy(db);
|
||||
|
||||
//生成实体
|
||||
|
||||
Reference in New Issue
Block a user