Overload List

  NameDescription
Get<(Of <(T>)>)(Object)
Get<(Of <(T>)>)(Object, LockMode)
Get(Type, Object)
Get(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