<?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 : Enums in Entities</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : Enums in Entities</description>
  <pubDate>Mon, 13 Apr 2026 11:07:55 -700</pubDate>
  <lastBuildDate>Tue, 05 Jul 2011 11:32:28 -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=2803</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>Enums in Entities : Thanks for the vote and feedback...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2803&amp;PID=11177#11177</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=912" rel="nofollow">DenisK</a><br /><strong>Subject:</strong> 2803<br /><strong>Posted:</strong> 05-Jul-2011 at 11:32am<br /><br />Thanks for the vote and feedback Stephen. I'll let the development team know about this.]]>
   </description>
   <pubDate>Tue, 05 Jul 2011 11:32:28 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2803&amp;PID=11177#11177</guid>
  </item> 
  <item>
   <title>Enums in Entities :   Originally posted by DenisKDevForce...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2803&amp;PID=11152#11152</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=613" rel="nofollow">stephenmcd1</a><br /><strong>Subject:</strong> 2803<br /><strong>Posted:</strong> 30-Jun-2011 at 6:04pm<br /><br /><table width="99%"><tr><td class="BBquote"><strong><em>Originally posted by DenisK</strong></em><br /><br /><div>DevForce supported enums back in Classic days but we haven't carried the feature forward and haven't seen enough demand to implement it again.</div><div></td></tr></table></div><div><br></div><div>Consider this a vote for Dev Force to support enums. &nbsp;We'd like to be using enums in many places in our model but the current limitations you mentioned make it too much effort. &nbsp;But if EF supports this natively at some point, it would be great if Dev Force could too!</div><div><br></div><div>-Stephen</div>]]>
   </description>
   <pubDate>Thu, 30 Jun 2011 18:04:33 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2803&amp;PID=11152#11152</guid>
  </item> 
  <item>
   <title>Enums in Entities : EF June 2011 CTP will somewhat...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2803&amp;PID=11151#11151</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=912" rel="nofollow">DenisK</a><br /><strong>Subject:</strong> 2803<br /><strong>Posted:</strong> 30-Jun-2011 at 5:52pm<br /><br />EF June 2011 CTP will somewhat support enums.<div><br></div><div><a href="http://blogs.msdn.com/b/ad&#111;net/archive/2011/06/30/walkthrough-enums-june-ctp.aspx" target="_blank">http://blogs.msdn.com/b/adonet/archive/2011/06/30/walkthrough-enums-june-ctp.aspx</a></div>]]>
   </description>
   <pubDate>Thu, 30 Jun 2011 17:52:23 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2803&amp;PID=11151#11151</guid>
  </item> 
  <item>
   <title>Enums in Entities : Hi bradirby;DevForce supported...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2803&amp;PID=11143#11143</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=912" rel="nofollow">DenisK</a><br /><strong>Subject:</strong> 2803<br /><strong>Posted:</strong> 29-Jun-2011 at 1:06pm<br /><br />Hi bradirby;<div><br></div><div>DevForce supported enums back in Classic days but we haven't carried the feature forward and haven't seen enough demand to implement it again.</div><div><br></div><div>You're right that EF doesn't support enums but they provide workarounds that should also be applicable in DF. Here's a couple of findings.</div><div><br></div><div>Using Custom Property (will not work with LINQ query) -&nbsp;<a href="http://cticoder.wordpress.com/2008/08/16/using-enums-with-entity-framework/" target="_blank">http://cticoder.wordpress.com/2008/08/16/using-enums-with-entity-framework/</a></div><div><br></div><div>Using ComplexType i.e. POCO -&nbsp;<a href="http://blogs.msdn.com/b/alexj/archive/2009/06/05/tip-23-how-to-fake-enums-in-ef-4.aspx" target="_blank">http://blogs.msdn.com/b/alexj/archive/2009/06/05/tip-23-how-to-fake-enums-in-ef-4.aspx</a></div><div><br></div><div>Using a wrapper to change the actual query -&nbsp;<a href="http://landman-code.blogspot.com/2010/08/adding-support-for-enum-properties-&#111;n.html" target="_blank">http://landman-code.blogspot.com/2010/08/adding-support-for-enum-properties-on.html</a></div><div><br></div><div>Hope this helps.</div>]]>
   </description>
   <pubDate>Wed, 29 Jun 2011 13:06:33 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2803&amp;PID=11143#11143</guid>
  </item> 
  <item>
   <title>Enums in Entities : EF does not support enums in the...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2803&amp;PID=11141#11141</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=513" rel="nofollow">bradirby</a><br /><strong>Subject:</strong> 2803<br /><strong>Posted:</strong> 29-Jun-2011 at 4:54am<br /><br />EF does not support enums in the entities. &nbsp;Does DevForce support this?<div><br></div>]]>
   </description>
   <pubDate>Wed, 29 Jun 2011 04:54:15 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2803&amp;PID=11141#11141</guid>
  </item> 
 </channel>
</rss>