﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum / StrataFrame Application Framework / WebForms (How do I?)  / complex queries joining multiple tables / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>forum@strataframe.net</webMaster><lastBuildDate>Wed, 07 Jan 2009 17:10:41 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: complex queries joining multiple tables</title><link>http://forum.strataframe.net/Topic11015-8-1.aspx</link><description>Thank you! That helped.</description><pubDate>Thu, 23 Aug 2007 12:57:28 GMT</pubDate><dc:creator>Rkaur</dc:creator></item><item><title>RE: complex queries joining multiple tables</title><link>http://forum.strataframe.net/Topic11015-8-1.aspx</link><description>What you'll need to do is add a new property to the main code file (not the .designer.* file since it could be overwritten) by copying one of the properties from the .designer.* file and modify it accordingly.  Then, you'll need to override the GetCustomBindablePropertyDescriptors() method to return the property descriptors for the properties that you added.  If you search the forum for "GetCustomBindablePropertyDescriptors" you'll find several articles on both custom properties and how to override that method.</description><pubDate>Thu, 23 Aug 2007 08:58:01 GMT</pubDate><dc:creator>Ben Chase</dc:creator></item><item><title>complex queries joining multiple tables</title><link>http://forum.strataframe.net/Topic11015-8-1.aspx</link><description>I have a business object mapped to a single table Table1. In FillDataTable the query retrieves few extra columns from Table2 by joining Table1 and Table2. How do I map columns from Table2 to a GridView in a webform?</description><pubDate>Wed, 22 Aug 2007 17:46:48 GMT</pubDate><dc:creator>Rkaur</dc:creator></item></channel></rss>