mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 13:06:50 +08:00
Update demo
This commit is contained in:
parent
a16658623d
commit
f909dbd280
@ -33,10 +33,10 @@ namespace TDengineTest
|
||||
//固定建表
|
||||
CodeFirst(db);
|
||||
|
||||
//自动建表
|
||||
//自动建表(普通插入)
|
||||
InsertUsingTag(db);
|
||||
|
||||
//BulkCopy(自动建表
|
||||
//自动建表(BulkCopy)
|
||||
BulkCopy(db);
|
||||
|
||||
//生成实体
|
||||
|
Loading…
Reference in New Issue
Block a user