QuickObjects.ObjectBase Send comments on this topic.
PageSize Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseBusinessObject Class : PageSize Property

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.

Syntax

C# 
public int PageSize {get; set;}

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also