Return the values of the mapped properties of the object

Namespace:  NHibernate.Metadata
Assembly:  NHibernate (in NHibernate.dll)

Syntax

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

Parameters

entity
Type: System..::.Object

See Also