mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +08:00
Update demo
This commit is contained in:
parent
49935d531c
commit
ec4dc69b47
@ -16,7 +16,7 @@ namespace TDengineTest
|
|||||||
db.CodeFirst.InitTables<SUsingTagModel>();
|
db.CodeFirst.InitTables<SUsingTagModel>();
|
||||||
|
|
||||||
//插入并根据Tag的值创建子表
|
//插入并根据Tag的值创建子表
|
||||||
db.CopyNew().Insertable(new List<SUsingTagModel>(){
|
db.Insertable(new List<SUsingTagModel>(){
|
||||||
new SUsingTagModel()
|
new SUsingTagModel()
|
||||||
{
|
{
|
||||||
Boolean = true,
|
Boolean = true,
|
||||||
|
Loading…
Reference in New Issue
Block a user