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

Syntax

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

Parameters

propertyName
Type: System..::.String

See Also