Return the values of the mapped properties of the object

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

Syntax

Visual Basic (Declaration)
Function GetPropertyValues ( _
	obj As Object _
) As Object()
C#
Object[] GetPropertyValues(
	Object obj
)
Visual C++
array<Object^>^ GetPropertyValues(
	Object^ obj
)
JavaScript
function getPropertyValues(obj);

Parameters

obj
Type: System..::.Object

Return Value

See Also