Determine whether the given property is declared by our mapped class, our super class, or one of our subclasses...

Note: the method is called 'subclass property...' simply for consistency sake (e.g. {@link #getSubclassPropertyTableNumber}

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

Syntax

C#
Declarer GetSubclassPropertyDeclarer(
	string propertyPath
)
Visual Basic
Function GetSubclassPropertyDeclarer ( _
	propertyPath As String _
) As Declarer
Visual C++
Declarer GetSubclassPropertyDeclarer(
	String^ propertyPath
)

Parameters

propertyPath
Type: System..::..String
The property name.

Return Value

The property declarer

See Also