Namespace:
NHibernate.Bytecode.Lightweight
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function GetPropertyValues ( _ target As Object _ ) As Object() |
C# |
---|
public Object[] GetPropertyValues( Object target ) |
Visual C++ |
---|
public: virtual array<Object^>^ GetPropertyValues( Object^ target ) sealed |
JavaScript |
---|
function getPropertyValues(target); |
Parameters
- target
- Type: System..::.Object