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

Holds a boolean value. This value is used when searching for records to determine weather match the text columns with partial values or exact values.


	PartialTextMatch = true;
	

As in the above example, when searching for records any records that contain the text will be returned.

Syntax

C# 
virtual bool PartialTextMatch {get; set;}

Requirements

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

See Also