Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
Code: Visual C++
C#
Visual Basic
Visual C++
iMIS Business Objects for .NET
CContact
.
.
::
.
.
Save Method
CContact Class
See Also
Send Feedback
Saves the Contact record, along with all of its child records, to the database
Namespace:
Asi.iBO.ContactManagement
Assembly:
Asi.iBO
(in Asi.iBO.dll) Version: 15.1.3.0
Syntax
C#
public
bool
Save
()
Visual Basic
Public
Function
Save
As
Boolean
Visual C++
public
:
bool
Save
()
Return Value
True if all goes well, false if an error occurs. If false, check the Errors property for details.
See Also
CContact Class
Save Overload
Asi.iBO.ContactManagement Namespace