Thanks for that I missed itI'll take a look
===
This list is hosted by DevelopMentorĀ® http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com
Inline ->
> >> I've been doing this for about 3 hours, so I may have the wrong end of
> the
> >> stick.
> >>
> >> While doing the "hello world" type walkthrough I've come across
> >>
> >> ObjectQuery departmentQuery =
> >> schoolContext.Department.Include("Course")
On Tue, 26 Aug 2008 15:58:44 +0200, Frans Bouma <[EMAIL PROTECTED]> wrote:
Hello,
We've talked about all this before I seem to remember, this entity
framework stuff is more what I'm after, though I'm slightly confused by
some of it.
>> I've been doing this for about 3 hours, so I may have the w
26, 2008 4:59 PM
To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM
Subject: SPAM-LOW: Re: [ADVANCED-DOTNET] typesafe ObjectQuery in entity
framework...
> I've been doing this for about 3 hours, so I may have the wrong end of the
> stick.
>
> While doing the "hello world" type w
> I've been doing this for about 3 hours, so I may have the wrong end of the
> stick.
>
> While doing the "hello world" type walkthrough I've come across
>
> ObjectQuery departmentQuery =
> schoolContext.Department.Include("Course")
> .OrderBy("it.Nam
I've been doing this for about 3 hours, so I may have the wrong end of the
stick.
While doing the "hello world" type walkthrough I've come across
ObjectQuery departmentQuery =
schoolContext.Department.Include("Course")
.OrderBy("it.Name");
Now I'm