Namespace:
NHibernate.Impl
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function GetOrphans ( _ entityName As Type, _ collection As IPersistentCollection _ ) As ICollection |
C# |
---|
public ICollection GetOrphans( Type entityName, IPersistentCollection collection ) |
Visual C++ |
---|
public: ICollection^ GetOrphans( Type^ entityName, IPersistentCollection^ collection ) |
JavaScript |
---|
function getOrphans(entityName, collection); |
Parameters
- entityName
- Type: System..::.Type
- collection
- Type: NHibernate.Collection..::.IPersistentCollection