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

StartRowIndex

Holds an Int32 value.

This combined with the PageSize property can be used to create a paged view of the result set.

Syntax

C# 
public int StartRowIndex {get; set;}

Requirements

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

See Also