Click or drag to resize

DatabaseSave Method

Overload List
  NameDescription
Public methodSave(MutableDocument)
Saves the given MutableDocument into this database. This call is equivalent to calling Save(MutableDocument, ConcurrencyControl) with a second argument of LastWriteWins
Public methodSave(MutableDocument, ConcurrencyControl)
Saves the given MutableDocument into this database
Top
See Also