mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-20 00:44:19 +08:00
GetDataAsync
This commit is contained in:
parent
375ccd08c1
commit
5c60a95561
@ -1817,7 +1817,7 @@ namespace SqlSugar
|
||||
}
|
||||
return result;
|
||||
}
|
||||
private async Task<List<TResult>> GetDataAsync<TResult>(Type entityType, IDataReader dataReader)
|
||||
protected async Task<List<TResult>> GetDataAsync<TResult>(Type entityType, IDataReader dataReader)
|
||||
{
|
||||
List<TResult> result;
|
||||
if (entityType == UtilConstants.DynamicType)
|
||||
|
Loading…
Reference in New Issue
Block a user