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

MaxRecords

Holds an Int32 value.

This value indicates the number of maximum rows the search will return. If this value is set to -1 (by default) all rows will be returned. It is implemented for all database types.

Syntax

C# 
public int MaxRecords {get; set;}

Requirements

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

See Also