Disassemble the collection, ready for the cache

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

Syntax

C#
Object Disassemble(
	ICollectionPersister persister
)
Visual Basic
Function Disassemble ( _
	persister As ICollectionPersister _
) As Object
Visual C++
Object^ Disassemble(
	ICollectionPersister^ persister
)

Return Value

The contents of the persistent collection in a cacheable form.

See Also