- It is an object-oriented query language.
-
It provides strongly typed objects at design time, you can create
queries in code and know that they are correct because the code
compiles.
- The strongly typed objects provide IntelliSense at design time, which makes it much easier to construct a correct query.
-
The results are returned from queries as strongly typed objects, so the
items and fields also provide IntelliSense and compile-time checking.
No comments:
Post a Comment