Perform the requested entity instantiation.

Namespace: NHibernate.Tuple
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 id of the entity to be instantiated.

Return Value

An appropriately instantiated entity.

Remarks

This form is never called for component instantiation, only entity instantiation.

See Also