mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update TDengine
This commit is contained in:
parent
8a34c1a32a
commit
e43d4d57a1
@ -40,6 +40,10 @@ namespace TDengineTest
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
//插入并且自动建子表
|
||||
InsertUsingTag(db);
|
||||
|
||||
//建表
|
||||
CodeFirst(db);
|
||||
|
||||
|
@ -0,0 +1,16 @@
|
||||
using SqlSugar;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
namespace TDengineTest
|
||||
{
|
||||
public partial class ORMTest
|
||||
{
|
||||
public static void InsertUsingTag(SqlSugarClient db)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user