Get the value of a particular property
Namespace:
NHibernate.Persister.EntityAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Function GetPropertyValue ( _ obj As Object, _ i As Integer _ ) As Object |
C# |
---|
Object GetPropertyValue( Object obj, int i ) |
Visual C++ |
---|
Object^ GetPropertyValue( Object^ obj, int i ) |
JavaScript |
---|
function getPropertyValue(obj, i); |