Gets the ICriterion that will be on the Left 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 LeftHandSide { get; }
Visual Basic
Protected ReadOnly Property LeftHandSide As ICriterion
	Get
Visual C++
protected:
property ICriterion^ LeftHandSide {
	ICriterion^ get ();
}

See Also