_operator
_operator has been marked as protected just to allow the inheriting classes the ability to change the operator without going through the property set method, which will reset the UseInSearch flag.
this._operator = " IN ";
Or
this._operator = " = ";
| C# | |
|---|---|
[XmlIgnoreAttribute()] protected string _operator | |
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0