Extract the current values contained on the given entity.

Namespace: NHibernate.Tuple
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
Object[] GetPropertyValues(
	Object entity
)
Visual Basic
Function GetPropertyValues ( _
	entity As Object _
) As Object()
Visual C++
array<Object^>^ GetPropertyValues(
	Object^ entity
)

Parameters

entity
Type: System..::..Object
The entity from which to extract values.

Return Value

The current property values.

See Also