Overload List

  NameDescription
Load<(Of <(T>)>)(Object)
Return the persistent instance of the given entity class with the given identifier, assuming that the instance exists.
Load<(Of <(T>)>)(Object, LockMode)
Return the persistent instance of the given entity class with the given identifier, obtaining the specified lock mode.
Load(Object, Object)
Read the persistent state associated with the given identifier into the given transient instance.
Load(Type, Object)
Return the persistent instance of the given entity class with the given identifier, assuming that the instance exists.
Load(Type, Object, LockMode)
Return the persistent instance of the given entity class with the given identifier, obtaining the specified lock mode.

See Also