Returns the user-visible portion of the NHibernate PersistentArrayHolder.

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

Syntax

C#
public override Object GetValue()
Visual Basic
Public Overrides Function GetValue As Object
Visual C++
public:
virtual Object^ GetValue() override

Return Value

The array that contains the data, not the NHibernate wrapper.

Implements

IPersistentCollection..::..GetValue()()()()

See Also