Namespace:
NHibernate.Impl
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub PostDelete ( _ obj As Object _ ) |
C# |
---|
public void PostDelete( Object obj ) |
Visual C++ |
---|
public: virtual void PostDelete( Object^ obj ) sealed |
JavaScript |
---|
function postDelete(obj); |
Parameters
- obj
- Type: System..::.Object