Apply a "less than or equal" constraint to the projection

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

Syntax

C#
public static SimpleExpression Le(
	IProjection projection,
	Object value
)
Visual Basic
Public Shared Function Le ( _
	projection As IProjection, _
	value As Object _
) As SimpleExpression
Visual C++
public:
static SimpleExpression^ Le(
	IProjection^ projection, 
	Object^ value
)

Parameters

projection
Type: NHibernate.Criterion..::..IProjection
The projection.
value
Type: System..::..Object
The value for the Property.

Return Value

[Missing <returns> documentation for "M:NHibernate.Criterion.Restrictions.Le(NHibernate.Criterion.IProjection,System.Object)"]

See Also