Remove a proxy from the session cache

Namespace: NHibernate.Engine
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public Object RemoveProxy(
	EntityKey key
)
Visual Basic
Public Function RemoveProxy ( _
	key As EntityKey _
) As Object
Visual C++
public:
virtual Object^ RemoveProxy(
	EntityKey^ key
) sealed

Parameters

key
Type: NHibernate.Engine..::..EntityKey

[Missing <param name="key"/> documentation for "M:NHibernate.Engine.StatefulPersistenceContext.RemoveProxy(NHibernate.Engine.EntityKey)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Engine.StatefulPersistenceContext.RemoveProxy(NHibernate.Engine.EntityKey)"]

Implements

IPersistenceContext..::..RemoveProxy(EntityKey)

See Also