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

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

Syntax

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

See Also