QuickObjects.ObjectBase Send comments on this topic.
StartRowIndex Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > IBusinessObject Interface : 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# 
virtual int StartRowIndex {get; set;}

Requirements

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

See Also