Return the persistent instance of the given entity class with the given identifier,
obtaining the specified lock mode.
Namespace:
NHibernateAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Function Load(Of T) ( _ id As Object, _ lockMode As LockMode _ ) As T |
C# |
---|
T Load<T>( Object id, LockMode lockMode ) |
Visual C++ |
---|
generic<typename T> T Load( Object^ id, LockMode^ lockMode ) |
JavaScript |
---|
|
Parameters
- id
- Type: System..::.Object
A valid identifier of an existing persistent instance of the class
- lockMode
- Type: NHibernate..::.LockMode
The lock level
Type Parameters
- T
- A persistent class