[Missing <summary> documentation for "M:NHibernate.Engine.CollectionEntry.GetOrphans(System.String,NHibernate.Collection.IPersistentCollection)"]

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

Syntax

C#
public ICollection GetOrphans(
	string entityName,
	IPersistentCollection collection
)
Visual Basic
Public Function GetOrphans ( _
	entityName As String, _
	collection As IPersistentCollection _
) As ICollection
Visual C++
public:
ICollection^ GetOrphans(
	String^ entityName, 
	IPersistentCollection^ collection
)

Parameters

entityName
Type: System..::..String

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

collection
Type: NHibernate.Collection..::..IPersistentCollection

[Missing <param name="collection"/> documentation for "M:NHibernate.Engine.CollectionEntry.GetOrphans(System.String,NHibernate.Collection.IPersistentCollection)"]

Return Value

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

See Also