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

PartialTextMode

It holds a PartialTextModes enum value. Value indicates weather this field's value's will be matched with records that have their field values either starting with, ending with or contain the specified value.

Syntax

C# 
public PartialTextModes PartialTextMode {get; set;}

Requirements

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

See Also