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

Syntax

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

Parameters

aggregate
Type: System..::.String
propertyName
Type: System..::.String

See Also