Is this the "inverse" end of a bidirectional association?
Namespace:
NHibernate.EngineAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Function IsInverseCollection ( _ collection As IPersistentCollection _ ) As Boolean |
C# |
---|
bool IsInverseCollection( IPersistentCollection collection ) |
Visual C++ |
---|
bool IsInverseCollection( IPersistentCollection^ collection ) |
JavaScript |
---|
function isInverseCollection(collection); |
Parameters
- collection
- Type: NHibernate.Collection..::.IPersistentCollection