Get the pre-flush identifier of the collection

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

Syntax

Visual Basic (Declaration)
Function GetLoadedCollectionKey ( _
	collection As IPersistentCollection _
) As Object
C#
Object GetLoadedCollectionKey(
	IPersistentCollection collection
)
Visual C++
Object^ GetLoadedCollectionKey(
	IPersistentCollection^ collection
)
JavaScript
function getLoadedCollectionKey(collection);

Return Value

See Also