Initializes a new instance of the AggregateProjection class

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

Syntax

C#
protected internal AggregateProjection(
	string aggregate,
	string propertyName
)
Visual Basic
Protected Friend Sub New ( _
	aggregate As String, _
	propertyName As String _
)
Visual C++
protected public:
AggregateProjection(
	String^ aggregate, 
	String^ propertyName
)

Parameters

aggregate
Type: System..::..String

[Missing <param name="aggregate"/> documentation for "M:NHibernate.Criterion.AggregateProjection.#ctor(System.String,System.String)"]

propertyName
Type: System..::..String

[Missing <param name="propertyName"/> documentation for "M:NHibernate.Criterion.AggregateProjection.#ctor(System.String,System.String)"]

See Also