This is a migrated thread and some comments may be shown as answers.

UpdateAll question

1 Answer 88 Views
LINQ (LINQ specific questions)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Andrew
Top achievements
Rank 1
Veteran
Iron
Andrew asked on 14 Jun 2013, 06:19 PM
I am trying to use the newly added UpdateAll but visual studio does not recognize it, is there another namespace I need to include?

1 Answer, 1 is accepted

Sort by
0
Doroteya
Telerik team
answered on 19 Jun 2013, 05:36 PM
Hi Andrew,

The UpdateAll() method is an extension method to IQueriable<T> and IQueriable and you would be able to use it, if you add a using / Imports clause in your code to the Telerik.OpenAccess namespace.

Additionally, you can find more information about the method in this documentation article.

If you have other questions or experience difficulties, do not hesitate to get back to us.


Regards,
Doroteya
Telerik
OpenAccess ORM Q2 2013 brings you a more powerful code generation and a unique Bulk Operations support with LINQ syntax. Check out the list of new functionality and improvements shipped with this release.
Tags
LINQ (LINQ specific questions)
Asked by
Andrew
Top achievements
Rank 1
Veteran
Iron
Answers by
Doroteya
Telerik team
Share this question
or