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