Get the Sql operator to put between the two Expressions.

Namespace:  NHibernate.Expression
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Protected MustOverride ReadOnly Property Op As String
C#
protected abstract string Op { get; }
Visual C++
protected:
virtual property String^ Op {
	String^ get () abstract;
}
JavaScript
function get_op();

See Also