Saves the COrder along with all of its child records to the database using a new DataServer.

Namespace: Asi.iBO.Commerce
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public virtual bool Save()
Visual Basic
Public Overridable Function Save As Boolean
Visual C++
public:
virtual bool Save()

Return Value

True if all goes well, false if an error occurs. If false, check the Errors property for details.

See Also