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.
| C# | |
|---|---|
public bool PartialTextMatch {get; set;} | |
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0