Overload List

  NameDescription
Public methodSave()()()()
Saves the Order along with all of its child records to the database using a new DataServer object.
(Overrides COrder..::..Save()()()().)
Public methodSave(DataServer)
Saves the Order along with all of its child records to the database using the supplied DataServer object.
(Overrides COrder..::..Save(DataServer).)
Public methodSave(DataServer, Boolean)
Saves the Order along with all of its child records to the database using the supplied DataServer object. A new transaction is used if useNewTransaction is true.

See Also