Re: [ADVANCED-DOTNET] SPAM-LOW: Re: [ADVANCED-DOTNET] typesafe ObjectQuery in entity framework...

2008-08-29 Thread Mark Nicholls
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

Re: [ADVANCED-DOTNET] typesafe ObjectQuery in entity framework...

2008-08-27 Thread Frans Bouma
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")

Re: [ADVANCED-DOTNET] typesafe ObjectQuery in entity framework...

2008-08-27 Thread Mark Nicholls
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

Re: [ADVANCED-DOTNET] SPAM-LOW: Re: [ADVANCED-DOTNET] typesafe ObjectQuery in entity framework...

2008-08-26 Thread Kim Major
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

Re: [ADVANCED-DOTNET] typesafe ObjectQuery in entity framework...

2008-08-26 Thread Frans Bouma
> 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

[ADVANCED-DOTNET] typesafe ObjectQuery in entity framework...

2008-08-26 Thread Mark Nicholls
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