Extract the current values contained on the given entity. 
            
Namespace: NHibernate.TupleAssembly: 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.