Namespace:  NHibernate.Loader.Criteria
Assembly:  NHibernate (in NHibernate.dll)

Syntax

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

Parameters

propertyName
Type: System..::.String

Implements

ICriteriaQuery..::.GetPropertyName(String)

See Also