This commit is contained in:
@@ -292,7 +292,7 @@ namespace AyaNova.DataList
|
|||||||
// AyaField.rid = null;
|
// AyaField.rid = null;
|
||||||
// }
|
// }
|
||||||
|
|
||||||
if (f.SqlIdColumnName != null)
|
if (f.IsRowId)
|
||||||
{
|
{
|
||||||
var ordinal = SelectBuild.map[f.SqlIdColumnName];
|
var ordinal = SelectBuild.map[f.SqlIdColumnName];
|
||||||
if (!await dr.IsDBNullAsync(ordinal))
|
if (!await dr.IsDBNullAsync(ordinal))
|
||||||
@@ -315,6 +315,7 @@ namespace AyaNova.DataList
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
retList.Reverse();
|
||||||
return retList.ToArray();
|
return retList.ToArray();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user