Return the values of the mapped properties of the object
Namespace:
NHibernate.Persister.EntityAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Function GetPropertyValues ( _ obj As Object _ ) As Object() |
C# |
---|
public virtual Object[] GetPropertyValues( Object obj ) |
Visual C++ |
---|
public: virtual array<Object^>^ GetPropertyValues( Object^ obj ) |
JavaScript |
---|
function getPropertyValues(obj); |
Parameters
- obj
- Type: System..::.Object
Implements
IClassMetadata..::.GetPropertyValues(Object)IEntityPersister..::.GetPropertyValues(Object)
Remarks
Uses the access optimizer, if available.