Overload List

  NameDescription
Public methodGet<(Of <<'(T>)>>)(Object)
Public methodGet<(Of <<'(T>)>>)(Object, LockMode)
Public methodGet(String, Object)
Public methodGet(Type, Object)
Public methodGet(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, null is returned.

See Also