This commit is contained in:
2020-09-01 19:10:30 +00:00
parent 7e983d9db2
commit cf7a76b814

View File

@@ -292,7 +292,7 @@ namespace AyaNova.DataList
// AyaField.rid = null;
// }
if (f.SqlIdColumnName != null)
if (f.IsRowId)
{
var ordinal = SelectBuild.map[f.SqlIdColumnName];
if (!await dr.IsDBNullAsync(ordinal))
@@ -315,6 +315,7 @@ namespace AyaNova.DataList
}
}
retList.Reverse();
return retList.ToArray();
}