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

Syntax

Visual Basic (Declaration)
Public Function GetLoadedCollectionKey ( _
	coll As IPersistentCollection _
) As Object
C#
public Object GetLoadedCollectionKey(
	IPersistentCollection coll
)
Visual C++
public:
virtual Object^ GetLoadedCollectionKey(
	IPersistentCollection^ coll
) sealed
JavaScript
function getLoadedCollectionKey(coll);

Implements

ISessionImplementor..::.GetLoadedCollectionKey(IPersistentCollection)

See Also