Refresh the entity instance state from the database.

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

Syntax

C#
void Refresh(
	Object entity
)
Visual Basic
Sub Refresh ( _
	entity As Object _
)
Visual C++
void Refresh(
	Object^ entity
)

Parameters

entity
Type: System..::..Object
The entity to be refreshed.

See Also