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