QuickObjects.ObjectBase Send comments on this topic.
PageSize Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > IBusinessObject Interface : 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.

Syntax

C# 
virtual int PageSize {get; set;}

Requirements

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

See Also