Get the entity name for the collection owner entity that is affected by this event. 
Namespace: NHibernate.EventAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
public virtual string GetAffectedOwnerEntityName()  | 
| Visual Basic | 
|---|
Public Overridable Function GetAffectedOwnerEntityName As String  | 
| Visual C++ | 
|---|
public:
virtual String^ GetAffectedOwnerEntityName()  | 
Return Value
 
            The entity name; if the owner is not in the PersistenceContext, the
            returned value may be a superclass name, instead of the actual class name
            
See Also