Hi,
Can anyone explain, what is the difference between following those?
Approach 1
_context.AddToContactSet(contactToBeAdded);
Approach 2
_context.AddObject("ContactSet", contactToBeAdded); _context.SaveChanges();
Many thanks
Hi,
Can anyone explain, what is the difference between following those?
Approach 1
_context.AddToContactSet(contactToBeAdded);
Approach 2
_context.AddObject("ContactSet", contactToBeAdded); _context.SaveChanges();
Many thanks