DataHelper RestrictRows Method Kentico 8.1 API Reference
Overload List

  NameDescription
Public methodStatic memberRestrictRows(DataSet, Int32)
Restricts the number of rows to the top N items.
Public methodStatic memberRestrictRows(DataSet, Int32, Int32, Int32 )
Restricts the given DataSet to only given rows starting with the offset, and leaving only maximum defined number of rows.
Back to Top
See Also