Returns the user-visible portion of the NHibernate PersistentArrayHolder.

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

Syntax

Visual Basic (Declaration)
Public Overrides Function GetValue As Object
C#
public override Object GetValue()
Visual C++
public:
virtual Object^ GetValue() override
JavaScript
function getValue();

Return Value

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

Implements

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

See Also