Namespace:  NHibernate.Tuple
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:
int GetPropertyIndex(
	String^ propertyName
)
JavaScript
function getPropertyIndex(propertyName);

Parameters

propertyName
Type: System..::.String

See Also