Overload List

  NameDescription
Public methodGet<(Of <<'(T>)>>)(Object)
Strongly-typed version of Get(Type, Object)
(Inherited from ISession.)
Public methodGet<(Of <<'(T>)>>)(Object, LockMode)
Strongly-typed version of Get(Type, Object, LockMode)
(Inherited from ISession.)
Public methodGet(String, Object)
Return the persistent instance of the given named entity with the given identifier, or null if there is no such persistent instance. (If the instance, or a proxy for the instance, is already associated with the session, return that instance or proxy.)
(Inherited from ISession.)
Public methodGet(Type, Object)
Return the persistent instance of the given entity class with the given identifier, or null if there is no such persistent instance. (If the instance, or a proxy for the instance, is already associated with the session, return that instance or proxy.)
(Inherited from ISession.)
Public methodGet(Type, Object, LockMode)
Return the persistent instance of the given entity class with the given identifier, or null if there is no such persistent instance. Obtain the specified lock mode if the instance exists.
(Inherited from ISession.)

See Also