mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 22:11:36 +08:00
Update questdb api
This commit is contained in:
parent
5c03d4f645
commit
47c02be16e
@ -75,7 +75,7 @@ namespace SqlSugar
|
|||||||
|
|
||||||
public int BulkCopy<T>(T insertData, string dateFormat = "yyyy/M/d H:mm:ss") where T : class, new()
|
public int BulkCopy<T>(T insertData, string dateFormat = "yyyy/M/d H:mm:ss") where T : class, new()
|
||||||
{
|
{
|
||||||
return BulkCopyAsync(insertData).GetAwaiter().GetResult();
|
return BulkCopyAsync(insertData, dateFormat).GetAwaiter().GetResult();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user