Namespace:
NHibernate.Expression
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function PropertyGtSome ( _ propertyName As String, _ dc As DetachedCriteria _ ) As AbstractCriterion |
C# |
---|
public static AbstractCriterion PropertyGtSome( string propertyName, DetachedCriteria dc ) |
Visual C++ |
---|
public: static AbstractCriterion^ PropertyGtSome( String^ propertyName, DetachedCriteria^ dc ) |
JavaScript |
---|
NHibernate.Expression.Subqueries.propertyGtSome = function(propertyName, dc); |