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

Syntax

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

Parameters

propertyName
Type: System..::.String

See Also