Overload List

  NameDescription
Save()()()
Saves the Order along with all of its child records to the database using a new DataServer object.
(Overrides COrder..::.Save()()().)
Save(DataServer)
Saves the Order along with all of its child records to the database using the supplied DataServer object.
(Overrides COrder..::.Save(DataServer).)
Save(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