QuickObjects.ObjectBase Send comments on this topic.
_operator Field
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseField Class : _operator Field

_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 = " = ";
		

Syntax

C# 
[XmlIgnoreAttribute()]
protected string _operator

Requirements

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

See Also