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
)
Visual Basic
Protected Friend Sub New ( _
	propertyName As String _
)
Visual C++
protected public:
PropertyProjection(
	String^ propertyName
)

Parameters

propertyName
Type: System..::..String

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

See Also