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