<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : Querying through Multiple Levels</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : Querying through Multiple Levels</description>
  <pubDate>Wed, 10 Jun 2026 19:19:01 -700</pubDate>
  <lastBuildDate>Thu, 09 Sep 2010 17:32:21 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=2136</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>Querying through Multiple Levels : Hi SilvioThat worked! Thanks for...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2136&amp;PID=8422#8422</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=914" rel="nofollow">benmcneill</a><br /><strong>Subject:</strong> 2136<br /><strong>Posted:</strong> 09-Sep-2010 at 5:32pm<br /><br />Hi Silvio<div><br></div><div>That worked! Thanks for your help, much appreciated.</div><div><br></div><div>Regards,</div><div>Ben</div>]]>
   </description>
   <pubDate>Thu, 09 Sep 2010 17:32:21 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2136&amp;PID=8422#8422</guid>
  </item> 
  <item>
   <title>Querying through Multiple Levels : Hi Ben,  try:  var query =...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2136&amp;PID=8421#8421</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=892" rel="nofollow">sbelini</a><br /><strong>Subject:</strong> 2136<br /><strong>Posted:</strong> 09-Sep-2010 at 5:19pm<br /><br />Hi Ben,<DIV>&nbsp;</DIV><DIV>try:</DIV><DIV><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas></FONT></FONT></FONT>&nbsp;</DIV><DIV><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas>var</FONT></FONT></FONT><FONT size=2 face=C&#111;nsolas><FONT size=2 face=C&#111;nsolas> query = mgr.Fruits.Where(f =&gt; f.Color == </FONT></FONT><FONT color=#a31515 size=2 face=C&#111;nsolas><FONT color=#a31515 size=2 face=C&#111;nsolas><FONT color=#a31515 size=2 face=C&#111;nsolas>"Red"</FONT></FONT></FONT><FONT size=2 face=C&#111;nsolas><FONT size=2 face=C&#111;nsolas>).Select(f =&gt; f.Baskets);</FONT></FONT></DIV><DIV><FONT size=2 face=C&#111;nsolas><FONT size=2 face=C&#111;nsolas></FONT></FONT>&nbsp;</DIV><DIV><FONT size=2 face=C&#111;nsolas><FONT size=2 face=C&#111;nsolas>Regards,</FONT></FONT></DIV><DIV><FONT size=2 face=C&#111;nsolas><FONT size=2 face=C&#111;nsolas>&nbsp;&nbsp; Silvio.</DIV></FONT></FONT>]]>
   </description>
   <pubDate>Thu, 09 Sep 2010 17:19:15 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2136&amp;PID=8421#8421</guid>
  </item> 
  <item>
   <title>Querying through Multiple Levels : Hi GuysHave been searching through...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2136&amp;PID=8408#8408</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=914" rel="nofollow">benmcneill</a><br /><strong>Subject:</strong> 2136<br /><strong>Posted:</strong> 09-Sep-2010 at 2:56am<br /><br />Hi Guys<div><br></div><div>Have been searching through the documentation but having trouble figuring this one out.</div><div><br></div><div>I have a Master table, say 'Baskets'. There is a many-to-many relationship to a Detail table 'Fruits'. Ie, Many Fruits exist in many Baskets. There is a field/property on the Fruits table called 'Color'.</div><div><br></div><div>What I want to do is get ALL Baskets that contain any fruit of color 'Red'.</div><div><br></div><div>What I want is something like:</div><div><br></div><div><b>EntityQuery&lt;Baskets&gt; query = mgr.Baskets.Where(p =&gt; p.Fruits.Color == 'Red')</b></div><div><br></div><div>However, the <b>'Color'</b> property doesn't appear in the intellisense list after <b>'p =&gt; p.Fruits.'</b> Instead, I only&nbsp;get a bunch of methods (eg <b>p.Fruits.Single()</b> or <b>p.Fruits.Contains()</b> instead of what I want which is <b>p.Color</b>). What am I missing here?</div><div><br></div><div>Thanks in advance,</div><div>Ben</div><div><br></div><div><br></div>]]>
   </description>
   <pubDate>Thu, 09 Sep 2010 02:56:40 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2136&amp;PID=8408#8408</guid>
  </item> 
 </channel>
</rss>