This commit is contained in:
@@ -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();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user