Namespace:
NHibernate.Impl
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function Load(Of T) ( _ id As Object _ ) As T |
C# |
---|
public T Load<T>( Object id ) |
Visual C++ |
---|
public: generic<typename T> virtual T Load( Object^ id ) sealed |
JavaScript |
---|
|
Parameters
- id
- Type: System..::.Object
Type Parameters
- T