Gets the ICriterion that will be on the Right Hand Side of the Op.

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

Syntax

Visual Basic (Declaration)
Protected ReadOnly Property RightHandSide As ICriterion
C#
protected ICriterion RightHandSide { get; }
Visual C++
protected:
property ICriterion^ RightHandSide {
	ICriterion^ get ();
}
JavaScript
function get_rightHandSide();

See Also