Deletes Contact from Database
[Visual Basic] Public Sub Delete() [C#] public void Delete(); [C++] public: void Delete(); [JScript] public function Delete();
Exception Type | Condition |
---|---|
InvalidOperationException | Indicates that Contact has not yet been submitted to Database and cannot be deleted |
InvalidProgramException | Indicates that Contact has already been associated with an Order and therefore cannot be deleted |
Contact Class | ppm3dakClient.Contacts Namespace