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

Syntax

Visual Basic (Declaration)
Public Function GetPropertyIndexOrNull ( _
	propertyName As String _
) As Object
C#
public Object GetPropertyIndexOrNull(
	string propertyName
)
Visual C++
public:
Object^ GetPropertyIndexOrNull(
	String^ propertyName
)
JavaScript
function getPropertyIndexOrNull(propertyName);

Parameters

propertyName
Type: System..::.String

See Also