<?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 : Methods for code generation classes</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : Methods for code generation classes</description>
  <pubDate>Sat, 11 Apr 2026 11:22:28 -700</pubDate>
  <lastBuildDate>Thu, 12 Jul 2012 05:35:07 -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=3533</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>Methods for code generation classes :   Thanks. I finally figured...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3533&amp;PID=14004#14004</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1173" rel="nofollow">jhoward</a><br /><strong>Subject:</strong> 3533<br /><strong>Posted:</strong> 12-Jul-2012 at 5:35am<br /><br />Thanks. I finally figured out to add a reference to IdeaBlade.EntityModel.Edm.Metadata.dll to one of my projects. Then I could type in partial class names and let InteliSense lead me to the names and metadata. Which is what we all do all the time. Don't know why I didn't think of it this time.<div>&nbsp;</div><div>My custom template is working great now! Thanks.</div>]]>
   </description>
   <pubDate>Thu, 12 Jul 2012 05:35:07 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3533&amp;PID=14004#14004</guid>
  </item> 
  <item>
   <title>Methods for code generation classes : Hi jhoward,Try the following, var...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3533&amp;PID=13998#13998</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> 3533<br /><strong>Posted:</strong> 11-Jul-2012 at 9:40am<br /><br />Hi jhoward,<div><br></div><div>Try the following,</div><div><br></div><div><table width="99%"><tr><td><pre class="BBcode"></div><div>var entityType = entityOrComplexType as EntityTypeWrapper;</div><div>var dbTableName = entityType.DbTableName;</div><div></pre></td></tr></table></div><div><br></div><div>Not sure if you've already known this but we ship our code generation templates source code (BaseDomainModelTemplate, DomainModelTemplate and DomainModelTemplateCodeFirst). They should be located in your DevForce2010 installation folder.</div>]]>
   </description>
   <pubDate>Wed, 11 Jul 2012 09:40:49 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3533&amp;PID=13998#13998</guid>
  </item> 
  <item>
   <title>Methods for code generation classes :   I&amp;#039;m writing a custom...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3533&amp;PID=13997#13997</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1173" rel="nofollow">jhoward</a><br /><strong>Subject:</strong> 3533<br /><strong>Posted:</strong> 11-Jul-2012 at 9:15am<br /><br />I'm writing a custom code generation template and I need to know the the members of the IdeaBlade.EntityModel.Edm.Metadata.EntityOrComplexTypeWrapper class. Where can I find documentation or something that will reveal them? I'm tired of guessing. And not doing well.<div>&nbsp;</div><div>My immediate objective is to find method or property that will yield the database name of an entity, that is, the table name.</div><div>&nbsp;</div>]]>
   </description>
   <pubDate>Wed, 11 Jul 2012 09:15:04 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3533&amp;PID=13997#13997</guid>
  </item> 
 </channel>
</rss>