Get the Sql operator to use for the EqPropertyExpression.

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

Syntax

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

Field Value

The string " = "

See Also