Get all "orphaned" elements

Namespace: NHibernate.Collection
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public abstract ICollection GetOrphans(
	Object snapshot,
	string entityName
)
Visual Basic
Public MustOverride Function GetOrphans ( _
	snapshot As Object, _
	entityName As String _
) As ICollection
Visual C++
public:
virtual ICollection^ GetOrphans(
	Object^ snapshot, 
	String^ entityName
) abstract

Parameters

snapshot
Type: System..::..Object

[Missing <param name="snapshot"/> documentation for "M:NHibernate.Collection.AbstractPersistentCollection.GetOrphans(System.Object,System.String)"]

entityName
Type: System..::..String

[Missing <param name="entityName"/> documentation for "M:NHibernate.Collection.AbstractPersistentCollection.GetOrphans(System.Object,System.String)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Collection.AbstractPersistentCollection.GetOrphans(System.Object,System.String)"]

Implements

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

See Also