QuickObjects.ObjectBase Send comments on this topic.
MaxRecords Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > IBusinessObject Interface : MaxRecords Property
maxRecords

Holds an Int32 value. This value indicates the number of maximum rows the search will return. This is acheived by adding the TOP x in the SELECT statement. If this value is set to -1 (by default) all rows will be returned.

Syntax

C# 
virtual int MaxRecords {get; set;}

Requirements

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

See Also