<?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 : OfType&lt;T&gt; support</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : OfType&lt;T&gt; support</description>
  <pubDate>Tue, 21 Apr 2026 14:16:25 -700</pubDate>
  <lastBuildDate>Tue, 13 Jul 2010 17:40:33 -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=1945</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>OfType&lt;T&gt; support : Actually, no. The filtering will...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1945&amp;PID=7616#7616</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=477" rel="nofollow">ting</a><br /><strong>Subject:</strong> 1945<br /><strong>Posted:</strong> 13-Jul-2010 at 5:40pm<br /><br />Actually, no.&nbsp; The filtering will be performed by the Entity Framework on the server or by DevForce on the client.&nbsp; If you are using inheritance near the root of your hierarchy (as oppposed to near the leaf) and have a lot of subclasses, this will perform very poorly with the Entity Framework.<DIV></DIV>]]>
   </description>
   <pubDate>Tue, 13 Jul 2010 17:40:33 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1945&amp;PID=7616#7616</guid>
  </item> 
  <item>
   <title>OfType&lt;T&gt; support : Ah - thanks!  Can I just check...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1945&amp;PID=7565#7565</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=832" rel="nofollow">leeatkinson</a><br /><strong>Subject:</strong> 1945<br /><strong>Posted:</strong> 08-Jul-2010 at 4:46am<br /><br />Ah - thanks!<br /><br />Can I just check though - this returns an IQuerable which I can cast to EntityQuery. Does the OfType filtering still take place in the storage (in my case in SQL), rather than at either the server or the client?<br /><br />Lee]]>
   </description>
   <pubDate>Thu, 08 Jul 2010 04:46:57 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1945&amp;PID=7565#7565</guid>
  </item> 
  <item>
   <title>OfType&lt;T&gt; support : You might be missing a using statement....</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1945&amp;PID=7557#7557</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=477" rel="nofollow">ting</a><br /><strong>Subject:</strong> 1945<br /><strong>Posted:</strong> 07-Jul-2010 at 7:21pm<br /><br /><P>You might be missing a using statement.&nbsp; Can you check for:</P><DIV>using System.Linq</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 07 Jul 2010 19:21:26 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1945&amp;PID=7557#7557</guid>
  </item> 
  <item>
   <title>OfType&lt;T&gt; support : What reference do I need to enable...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1945&amp;PID=7542#7542</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=832" rel="nofollow">leeatkinson</a><br /><strong>Subject:</strong> 1945<br /><strong>Posted:</strong> 07-Jul-2010 at 4:41am<br /><br />What reference do I need to enable OfType&lt;&gt; in Silverlight? For example, the following doesn't work (OfType doesn't exist).<br /><br />var mgr = new EntityManager();<br />mgr.Employees.OfType&lt;Manager&gt;();<br /><br />I have tried the following and works - but is that functionally identical to the above?<br /><br />var mgr = new EntityManager();<br />mgr.GetQuery&lt;Manager&gt;();<br /><br />Lee<br />]]>
   </description>
   <pubDate>Wed, 07 Jul 2010 04:41:07 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1945&amp;PID=7542#7542</guid>
  </item> 
  <item>
   <title>OfType&lt;T&gt; support : Yes. We support the entire range...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1945&amp;PID=7531#7531</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=477" rel="nofollow">ting</a><br /><strong>Subject:</strong> 1945<br /><strong>Posted:</strong> 06-Jul-2010 at 5:31pm<br /><br />Yes.&nbsp; We support the entire range of operators that are available in the Entity Framework, including OfType&lt;T&gt;.<DIV></DIV><DIV></DIV>]]>
   </description>
   <pubDate>Tue, 06 Jul 2010 17:31:27 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1945&amp;PID=7531#7531</guid>
  </item> 
  <item>
   <title>OfType&lt;T&gt; support : Hi  In the Silverlight client,...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1945&amp;PID=7527#7527</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=832" rel="nofollow">leeatkinson</a><br /><strong>Subject:</strong> 1945<br /><strong>Posted:</strong> 06-Jul-2010 at 1:26pm<br /><br />Hi<br /><br />In the Silverlight client, is OfType&lt;T&gt; supported? It doesn't seem to be, but the list at http://www.ideablade.com/DevForceSilverlight/DevForceSilverlight_And_WCF_RIAServices_FeatureComparison.aspx suggests it is.<br /><br />Lee]]>
   </description>
   <pubDate>Tue, 06 Jul 2010 13:26:02 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1945&amp;PID=7527#7527</guid>
  </item> 
 </channel>
</rss>