Given a property path, locate the appropriate referenceable property reference.
Namespace:
NHibernate.Mapping
Assembly:
NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function GetReferencedProperty ( _
propertyPath As String _
) As Property |
Visual C++ |
---|
public:
Property^ GetReferencedProperty(
String^ propertyPath
) |
JavaScript |
---|
function getReferencedProperty(propertyPath); |
Parameters
- propertyPath
- Type: System..::.String
The property path to resolve into a property reference.
Return Value
The property reference (never null).
Remarks
Exceptions
See Also