Saves the Batch to the database

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

Syntax

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

Parameters

server
Type: Asi.iBO..::..DataServer
DataServer to use for the save.

Return Value

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

See Also