mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-09 02:44:58 +08:00
Ado Query throw error
This commit is contained in:
@@ -863,6 +863,10 @@ namespace SqlSugar
|
||||
{
|
||||
result = GetData<T>(typeof(T), dataReader);
|
||||
}
|
||||
else
|
||||
{
|
||||
dataReader.Read();
|
||||
}
|
||||
List<T2> result2 = null;
|
||||
if (NextResult(dataReader))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user