A projected property value

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

Syntax

Visual Basic (Declaration)
Public Shared Function Property ( _
	propertyName As String _
) As PropertyProjection
C#
public static PropertyProjection Property(
	string propertyName
)
Visual C++
public:
static PropertyProjection^ Property(
	String^ propertyName
)
JavaScript
NHibernate.Expression.Projections.property = function(propertyName);

Parameters

propertyName
Type: System..::.String

Return Value

See Also