Get the Sql operator to use for the specific subclass of SimpleExpression.

Namespace: NHibernate.Criterion
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
protected virtual string Op { get; }
Visual Basic
Protected Overridable ReadOnly Property Op As String
	Get
Visual C++
protected:
virtual property String^ Op {
	String^ get ();
}

See Also