A property maximum value
Namespace:
NHibernate.ExpressionAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function Max ( _ propertyName As String _ ) As AggregateProjection |
C# |
---|
public static AggregateProjection Max( string propertyName ) |
Visual C++ |
---|
public: static AggregateProjection^ Max( String^ propertyName ) |
JavaScript |
---|
NHibernate.Expression.Projections.max = function(propertyName); |
Parameters
- propertyName
- Type: System..::.String