Namespace:
NHibernate.Mapping
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function GetRecursiveProperty ( _ propertyPath As String _ ) As Property |
C# |
---|
public Property GetRecursiveProperty( string propertyPath ) |
Visual C++ |
---|
public: Property^ GetRecursiveProperty( String^ propertyPath ) |
JavaScript |
---|
function getRecursiveProperty(propertyPath); |
Parameters
- propertyPath
- Type: System..::.String