Update TDengine CodeFirst

This commit is contained in:
sunkaixuan
2023-10-01 19:46:16 +08:00
parent deeed0b65b
commit b348aa9af5
5 changed files with 232 additions and 36 deletions

View File

@@ -39,6 +39,10 @@ namespace SqlSugar.TDengine
base._DbConnection = value;
}
}
public override void BeginTran()
{
}
public override void BeginTran(string transactionName)
{