remove any hard references to the entity that are held by the infrastructure
(references held by application or other persistant instances are okay)
Namespace: NHibernate.ImplAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public void Evict( Object obj ) |
Visual Basic |
---|
Public Sub Evict ( _ obj As Object _ ) |
Visual C++ |
---|
public: virtual void Evict( Object^ obj ) sealed |
Parameters
- obj
- Type: System..::..Object
[Missing <param name="obj"/> documentation for "M:NHibernate.Impl.SessionImpl.Evict(System.Object)"]