PageSize
Holds an Int32 value.
This combined with the StartRowIndex property can be used to create a paged view of the result set.
NOTE: This feature is not implemented for SQL Server 2000. If you are using SQL Server 2000 as your data store you will need to write your own paged result set sql statements and use the DatabaseObjectSQL methods to run those.
| C# | |
|---|---|
public int PageSize {get; set;} | |
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0