标签: c# sorting .net-4.0 datatable datatable.select
每个标题,如果我的DataTable包含ID和Name的列,按名称预先排序,我会发出一个调用,例如
DataTable
ID
Name
DataRow[] matchingRows = dataTable.Select("ID = " + filterID);
(即没有指定排序)我的数组会在表的顺序中可靠地返回吗?
(在你发表评论之前你试过吗?,我不是在寻找考虑细分Escher Built中每个角落情况的单元测试结果,但解释预期行为的文档/证明,因为MSFT attempts没有完成。)