Namespace:  NHibernate.Collection.Generic
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Overrides Function GetOrphans ( _
	snapshot As Object, _
	entityName As Type _
) As ICollection
C#
public override ICollection GetOrphans(
	Object snapshot,
	Type entityName
)
Visual C++
public:
virtual ICollection^ GetOrphans(
	Object^ snapshot, 
	Type^ entityName
) override
JavaScript
function getOrphans(snapshot, entityName);

Parameters

snapshot
Type: System..::.Object
entityName
Type: System..::.Type

Implements

IPersistentCollection..::.GetOrphans(Object, Type)

See Also