Overload List

  NameDescription
Public methodSaveOrUpdate(Object)
Either Save() or Update() the given instance, depending upon the value of its identifier property.
(Inherited from ISession.)
Public methodSaveOrUpdate(String, Object)
Either Save(String, Object) or Update(String, Object) the given instance, depending upon resolution of the unsaved-value checks (see the manual for discussion of unsaved-value checking).
(Inherited from ISession.)

See Also