Saves the Order along with all of its child records to the database using the supplied DataServer object.

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

Syntax

C#
public override bool Save(
	DataServer server
)
Visual Basic
Public Overrides Function Save ( _
	server As DataServer _
) As Boolean
Visual C++
public:
virtual bool Save(
	DataServer^ server
) override

Parameters

server
Type: Asi.iBO..::..DataServer
The DataServer to use to do the save. A new database transaction is created to commit or rollback the entire order record at once.

Return Value

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

See Also