A property average value

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

Syntax

C#
public static AggregateProjection Avg(
	string propertyName
)
Visual Basic
Public Shared Function Avg ( _
	propertyName As String _
) As AggregateProjection
Visual C++
public:
static AggregateProjection^ Avg(
	String^ propertyName
)

Parameters

propertyName
Type: System..::..String

[Missing <param name="propertyName"/> documentation for "M:NHibernate.Criterion.Projections.Avg(System.String)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Criterion.Projections.Avg(System.String)"]

See Also