Create an entity instance initialized with the given identifier.

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

Syntax

C#
Object Instantiate(
	Object id
)
Visual Basic
Function Instantiate ( _
	id As Object _
) As Object
Visual C++
Object^ Instantiate(
	Object^ id
)

Parameters

id
Type: System..::..Object
The identifier value for the entity to be instantiated.

Return Value

The instantiated entity.

See Also