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

Syntax

Visual Basic (Declaration)
Protected Friend Sub New ( _
	prop As String _
)
C#
protected internal CountProjection(
	string prop
)
Visual C++
protected public:
CountProjection(
	String^ prop
)
JavaScript
NHibernate.Expression.CountProjection = function(prop);

Parameters

prop
Type: System..::.String

See Also