Namespace:
NHibernate.Persister.Entity
Assembly: NHibernate (in NHibernate.dll)
IEntityPersister..::.GetPropertyValue(Object, String)
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); |
Implements
IClassMetadata..::.GetPropertyValue(Object, String)IEntityPersister..::.GetPropertyValue(Object, String)