<?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 : DataTable with the Employee class members</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : DataTable with the Employee class members</description>
  <pubDate>Sun, 12 Apr 2026 05:00:35 -700</pubDate>
  <lastBuildDate>Thu, 22 Nov 2007 23:22:56 -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=556</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>DataTable with the Employee class members : Just make custom properties for...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=556&amp;PID=2001#2001</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=23" rel="nofollow">davidklitzke</a><br /><strong>Subject:</strong> 556<br /><strong>Posted:</strong> 22-Nov-2007 at 11:22pm<br /><br /><FONT face="Arial, Helvetica, sans-serif">Just make custom properties for your relational properties.&nbsp; For example, for the home address of an Employee make a custom property name HomeAddress.&nbsp; Unfortunately, while this will work for some reporting tools like DevExpress XtraReports, it doesn't work for other tools such as Crystal Reports.<DIV>&nbsp;</DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV>If you have to work with a reporting tool that won't accept relational properties, you might try using a view.&nbsp; You can also build a Stored Procedure backed entity that is essentially a join of your Employee table with some other tables.&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Just because our first answer to your question was that you shouldn't have to use a join, we do, in fact, work quite nicely with table joins!</DIV></FONT>]]>
   </description>
   <pubDate>Thu, 22 Nov 2007 23:22:56 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=556&amp;PID=2001#2001</guid>
  </item> 
  <item>
   <title>DataTable with the Employee class members : Yes. David: You are right......</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=556&amp;PID=1998#1998</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=192" rel="nofollow">gussabina</a><br /><strong>Subject:</strong> 556<br /><strong>Posted:</strong> 22-Nov-2007 at 10:47am<br /><br />Yes. David:<DIV>You are right... The way IdeaBlade handle relations is excellent! The only concerns is that I have to interface with others tools in order to use their presentations tools for reports and so on...An they require just a single table with all the data. So if I have the Employee data and their related data, I would need to be able to copy all this data into just one table...</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV>]]>
   </description>
   <pubDate>Thu, 22 Nov 2007 10:47:54 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=556&amp;PID=1998#1998</guid>
  </item> 
  <item>
   <title>DataTable with the Employee class members : Please don&amp;#039;t try to use the...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=556&amp;PID=1996#1996</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=23" rel="nofollow">davidklitzke</a><br /><strong>Subject:</strong> 556<br /><strong>Posted:</strong> 21-Nov-2007 at 11:54am<br /><br />Please don't try to use the underlying DataTable from ADO.NET.&nbsp; This is not a public API that we advertise.&nbsp; Rather it is an implementation detail that could change in future versions of our product. <DIV>&nbsp;</DIV><DIV>Developers who are new to DevForce often find it hard to shake old habits and prejudices.&nbsp; For example, many developers ask us how to create a join of one table&nbsp;with some related tables.&nbsp; We try to&nbsp;show these developers that joins are quite unnecessary.&nbsp; Just use the tables as they are and use relations to get the related information.&nbsp; There are many examples in the tutorials that use complex and interrelated tables, and nowhere do we do any table joins.</DIV><DIV>&nbsp;</DIV><DIV>The question that I would ask you is why do you want to put the data in a single table. For example, to get the Employee's Address, we use a relation.&nbsp; We use "Employee.Address" and two tables, an&nbsp;Employee table and an Address table.&nbsp; I think what you want is one table, i.e., an Employee table with an added Address Column.&nbsp; Note, however, that we still use the same expression to get the Address, i.e., "Employee.Address" so we haven't made it any easier for the developer to write his code, and meanwhile we've added more work for the DBA.&nbsp; Someone has to create the joined table.</DIV><DIV>&nbsp;</DIV><span style="font-size:10px"><br /><br />Edited by davidklitzke - 21-Nov-2007 at 11:55am</span>]]>
   </description>
   <pubDate>Wed, 21 Nov 2007 11:54:20 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=556&amp;PID=1996#1996</guid>
  </item> 
  <item>
   <title>DataTable with the Employee class members : Hi All: I would need to create...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=556&amp;PID=1984#1984</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=192" rel="nofollow">gussabina</a><br /><strong>Subject:</strong> 556<br /><strong>Posted:</strong> 19-Nov-2007 at 11:45pm<br /><br />Hi All:<DIV>I would need to create a new DataTable with all datamembers from the Employee class (IdeaBlade Tutorial Database). I mean, just a single table with the employee table data and the related entities , such the home address. It is possible? How to do it?</DIV><DIV>&nbsp;</DIV><DIV>Thanks in Advance!</DIV><DIV>Gus</DIV>]]>
   </description>
   <pubDate>Mon, 19 Nov 2007 23:45:31 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=556&amp;PID=1984#1984</guid>
  </item> 
 </channel>
</rss>