Return the user-visible collection (or array) instance
Namespace: NHibernate.CollectionAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public virtual Object GetValue() |
Visual Basic |
---|
Public Overridable Function GetValue As Object |
Visual C++ |
---|
public:
virtual Object^ GetValue() |
Return Value
By default, the NHibernate wrapper is an acceptable collection for
the end user code to work with because it is interface compatible.
An NHibernate PersistentList is an IList, an NHibernate PersistentMap is an IDictionary
and those are the types user code is expecting.
Implements
IPersistentCollection..::..GetValue()()()()See Also