QuickObjects.ObjectBase Send comments on this topic.
PartialTextMatch Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseBusinessObject Class : 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. Setting this value reset's all the StringField's PartialTextMatch property as well.


	myBusinessObject.PartialTextMatch = true;
	

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

Syntax

C# 
public bool PartialTextMatch {get; set;}

Requirements

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

See Also