Get the pre-flush identifier of the collection
Namespace:
NHibernate.EngineAssembly: 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); |
Parameters
- collection
- Type: NHibernate.Collection..::.IPersistentCollection