A property value count

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

Syntax

Visual Basic (Declaration)
Public Shared Function Count ( _
	propertyName As String _
) As CountProjection
C#
public static CountProjection Count(
	string propertyName
)
Visual C++
public:
static CountProjection^ Count(
	String^ propertyName
)
JavaScript
NHibernate.Expression.Projections.count = function(propertyName);

Parameters

propertyName
Type: System..::.String

Return Value

See Also