Initializes a new instance of the IdentifierProjection class

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

Syntax

C#
protected internal IdentifierProjection(
	bool grouped
)
Visual Basic
Protected Friend Sub New ( _
	grouped As Boolean _
)
Visual C++
protected public:
IdentifierProjection(
	bool grouped
)

Parameters

grouped
Type: System..::..Boolean

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

See Also