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

Syntax

Visual Basic (Declaration)
Public Overridable Function GetPropertyValue ( _
	obj As Object, _
	propertyName As String _
) As Object
C#
public virtual Object GetPropertyValue(
	Object obj,
	string propertyName
)
Visual C++
public:
virtual Object^ GetPropertyValue(
	Object^ obj, 
	String^ propertyName
)
JavaScript
function getPropertyValue(obj, propertyName);

Parameters

obj
Type: System..::.Object
propertyName
Type: System..::.String

Implements

IClassMetadata..::.GetPropertyValue(Object, String)
IEntityPersister..::.GetPropertyValue(Object, String)

See Also