LINQ to SQL handles a lot of functionality out of the box for you, including the ability to perform updates under transaction contexts for you transparently. If you modify, add or delete instances of entities the changes are updated in the context of a transaction when SubmitChanges() is called. This covers a wide range of operations and this is as it should be for an ORM: Transactions should be handled mostly transparently. Every once in a while though you may need to perform some update tasks manually ra...
|
4
proggs |
Wednesday, July 15, 2009 10:56:24 AM GMT
Wednesday, July 15, 2009 2:49:53 AM GMT
|




Комментариев нет, оставьте первый комментарий.