Ado Query throw error

This commit is contained in:
sunkaixuna 2021-09-14 12:25:22 +08:00
parent 9d16a7273e
commit cfd7f30499

View File

@ -863,6 +863,10 @@ namespace SqlSugar
{
result = GetData<T>(typeof(T), dataReader);
}
else
{
dataReader.Read();
}
List<T2> result2 = null;
if (NextResult(dataReader))
{