mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 18:22:23 +08:00
Update TDengine
This commit is contained in:
@@ -15,7 +15,10 @@ namespace SqlSugar.TDengine
|
||||
public class TDengineFastBuilder : FastBuilder, IFastBuilder
|
||||
{
|
||||
public const string TagKey = "TDengineFastBuilderTagNames";
|
||||
|
||||
public override DbFastestProperties DbFastestProperties { get; set; } = new DbFastestProperties()
|
||||
{
|
||||
NoPage=false
|
||||
};
|
||||
|
||||
public async Task<int> ExecuteBulkCopyAsync(DataTable dt)
|
||||
{
|
||||
|
Reference in New Issue
Block a user