Initializes a new instance of the PropertyProjection class

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

Syntax

C#
protected internal PropertyProjection(
	string propertyName,
	bool grouped
)
Visual Basic
Protected Friend Sub New ( _
	propertyName As String, _
	grouped As Boolean _
)
Visual C++
protected public:
PropertyProjection(
	String^ propertyName, 
	bool grouped
)

Parameters

propertyName
Type: System..::..String

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

grouped
Type: System..::..Boolean

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

See Also