Instantiate the entity class. Return nullNothingnullptra null reference (Nothing in Visual Basic) to indicate that Hibernate should use the default
constructor of the class
Namespace:
NHibernate
Assembly:
NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Function Instantiate ( _
type As Type, _
id As Object _
) As Object |
JavaScript |
---|
function instantiate(type, id); |
Return Value
An instance of the class, or
nullNothingnullptra null reference (Nothing in Visual Basic) to choose default behaviour
See Also