How to select top n rows from a datatable/dataview in ASP.NET

前端 未结 7 1873
轻奢々
轻奢々 2020-12-13 02:09

How to the select top n rows from a datatable/dataview in ASP.NET? Currently I am using the following code, passing the table and number of rows to get the records. Is there

7条回答
提交回复
热议问题