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

SearchCondition

Holds a String value that can be used for specifying search condition.

You can use MoreResults property of the business object and that will automatically assign a value to the SearchCondition property. However, by directly changing the value of this property you gain full control over the search critiria.


	MyField.SearchCondition = " AND ";
	

OR


	MyField.SearchCondition = " OR ";
	

Syntax

C# 
public string SearchCondition {get; set;}

Requirements

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

See Also