Query operator

Namespace:  Hyleos.Chemistry
Assembly:  Hyleos.Chemistry (in Hyleos.Chemistry.dll) Version: 1.0.9.4 (1.0.9.4)

Syntax

C#
public string QueryOp { get; set; }
Visual Basic (Declaration)
Public Property QueryOp As String
Visual C++
public:
property String^ QueryOp {
	String^ get ();
	void set (String^ value);
}

Examples

“=” or “LIKE” in ISIS

See Also