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

Holds a boolean value. This value is used when searching for records to determine weather to use " AND " clause or " OR " clase between the criteria.


	MoreResults = true;
	

As in the above example, when searching for records more results will be return.

Syntax

C# 
virtual bool MoreResults {get; set;}

Requirements

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

See Also