Namespace:
NHibernate.Collection.Generic
Assembly: NHibernate (in NHibernate.dll)
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); |