Get all "orphaned" elements
Namespace:
NHibernate.CollectionAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride Function GetOrphans ( _ snapshot As Object, _ entityName As Type _ ) As ICollection |
C# |
---|
public abstract ICollection GetOrphans( Object snapshot, Type entityName ) |
Visual C++ |
---|
public: virtual ICollection^ GetOrphans( Object^ snapshot, Type^ entityName ) abstract |
JavaScript |
---|
function getOrphans(snapshot, entityName); |