当前位置:编程学习 > C#/ASP.NET >>

请问如何实现对datatable.select实现复杂排序

比如datatable.select("列1>=1 and 列2>=1","列1/列2");

谢谢! --------------------编程问答-------------------- datatable.select("列1>=1 and 列2>=1","列1/列2").OrderBy(x => x[列1].ToString).ThenBy(x => x[列2].ToString());
补充:.NET技术 ,  C#
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,