Which additional step should you add to commit the contact information to the database?

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. orgContext-SaveChanges();
B. _contactId = _serviceProxy.Create(contact);
C. orgContext-SaveObject(contact);
D. contact.SetAttributeValue("name", value);

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.