DataHelperRestrictRows Method (DataSet, Int32) |
Restricts the number of rows to the top N items.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static void RestrictRows(
DataSet ds,
int topN
)
Parameters
- ds
- Type: System.DataDataSet
DataSet - topN
- Type: SystemInt32
Top N items
See Also