0

In Entity Model generated classes, we had SaveChanges() method. What's equalant function in Telerik ORM?

Riz
  • 6,746
  • 16
  • 67
  • 89
  • I found Telerik OpenORM overly complicated to learn. I suggest instead you look into SubSonic (http://subsonicproject.com). Its SUPER easy to use and learn. If you like LINQ, use Subsonic 3.0. If you don't like LINQ, use Subsonic 2.2. – DavidJBerman Jul 18 '11 at 19:48

1 Answers1

0

The OpenAccessContext object (usually called dbContext) has a SaveChanges() method. See http://www.telerik.com/help/openaccess-orm/getting-started-root-quickstart-winforms-update-delete.html

Good luck!

-Michael

Michael Ames
  • 2,607
  • 1
  • 16
  • 22