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

Syntax

Visual Basic (Declaration)
Public Shared Function PropertyLtSome ( _
	propertyName As String, _
	dc As DetachedCriteria _
) As AbstractCriterion
C#
public static AbstractCriterion PropertyLtSome(
	string propertyName,
	DetachedCriteria dc
)
Visual C++
public:
static AbstractCriterion^ PropertyLtSome(
	String^ propertyName, 
	DetachedCriteria^ dc
)
JavaScript
NHibernate.Expression.Subqueries.propertyLtSome = function(propertyName, dc);

See Also