SearchCondition
Holds a String value that can be used for specifying search condition.
You can use MoreResults property of the business object and that will automatically assign a value to the SearchCondition property. However, by directly changing the value of this property you gain full control over the search critiria.
MyField.SearchCondition = " AND ";
OR
MyField.SearchCondition = " OR ";
| C# | |
|---|---|
public string SearchCondition {get; set;} | |
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0