|
-
Dec 13th, 2007, 05:00 AM
#4
Re: Question on LINQ
 Originally Posted by timeshifter
Second, why is the order of directives being thrown around? Every database system that I've worked with has had a similar syntax, some less similar than others, but they all have the same order of directives. Why does LINQ rearrange that?
For the second bit the reason is to do with intellisense and compiler determinism...
when you type:
SELECT A.
There is no way to know what list of fields to drop down because we don't know what A is until you type the FROM part.
This is also why so few database editors have intellisense like operations
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|