Saves the Contact record, along with all of its child records, to the database
Namespace: Asi.iBO.ContactManagementAssembly: 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
The existing DataServer to use to do the save. A new database transaction is created to commit or rollback the entire event record at once.