Overload List

  NameDescription
Public methodLoad<(Of <<'(T>)>>)(Object)
Public methodLoad<(Of <<'(T>)>>)(Object, LockMode)
Public methodLoad(Object, Object)
Public methodLoad(String, Object)
Public methodLoad(Type, Object)
Public methodLoad(String, Object, LockMode)
Public methodLoad(Type, Object, LockMode)
Load the data for the object with the specified id into a newly created object using "for update", if supported. A new key will be assigned to the object. This should return an existing proxy where appropriate. If the object does not exist in the database, an exception is thrown.

See Also