mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-01-22 02:51:58 +08:00
Synchronization code
This commit is contained in:
@@ -681,7 +681,9 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
Async();
|
Async();
|
||||||
//False asynchrony . No Support DataSet
|
//False asynchrony . No Support DataSet
|
||||||
return Task.FromResult(GetDataSetAll(sql, parameters));
|
return Task.Run(() => {
|
||||||
|
return GetDataSetAll(sql, parameters);
|
||||||
|
});
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user