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

Syntax

Visual Basic (Declaration)
Function GetPropertyName ( _
	propertyName As String _
) As String
C#
string GetPropertyName(
	string propertyName
)
Visual C++
String^ GetPropertyName(
	String^ propertyName
)
JavaScript
function getPropertyName(propertyName);

Parameters

propertyName
Type: System..::.String

See Also