Namespace:  NHibernate.Persister.Entity
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Function GetPropertyIndex ( _
	propertyName As String _
) As Integer
C#
public int GetPropertyIndex(
	string propertyName
)
Visual C++
public:
virtual int GetPropertyIndex(
	String^ propertyName
) sealed
JavaScript
function getPropertyIndex(propertyName);

Parameters

propertyName
Type: System..::.String

Implements

IUniqueKeyLoadable..::.GetPropertyIndex(String)

See Also