mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 18:48:09 +08:00
Update TDengine
This commit is contained in:
@@ -13,6 +13,7 @@ namespace SqlSugar.TDengine
|
||||
{
|
||||
TagInserttable<T> result = new TagInserttable<T>();
|
||||
result.thisValue = thisValue;
|
||||
result.Context = ((InsertableProvider<T>)thisValue).Context;
|
||||
result.getChildTableNamefunc = getChildTableNamefunc;
|
||||
return result;
|
||||
}
|
||||
|
Reference in New Issue
Block a user