Saves any changes made to the object to the database.

Namespace:  Asi.iBO.ContactManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

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

Parameters

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

Return Value

true if the save is successful. false if an error occurs (consult the Errors property for messages).

See Also