You have the following code segment to create a contact. (Line numbers included for
reference only.) Which additional step should you add to commit the contact information to
the database?
A.
_contactId = _serviceProxy.Create(contact);
B.
orgContext-SaveObject(contact);
C.
orgContext-SaveChanges();
D.
contact.SetAttributeValue(“name”, value);