Given a property path, locate the appropriate referenceable property reference.
Namespace: NHibernate.MappingAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
Visual Basic |
---|
Public Function GetReferencedProperty ( _
propertyPath As String _
) As Property |
Visual C++ |
---|
public:
Property^ GetReferencedProperty(
String^ 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