<?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 : how to select more than one columns?</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2009 : how to select more than one columns?</description>
  <pubDate>Tue, 28 Apr 2026 12:35:12 -700</pubDate>
  <lastBuildDate>Wed, 20 May 2009 12:02:55 -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=1212</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>how to select more than one columns? : Thanks for your help. I got this...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1212&amp;PID=4581#4581</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=300" rel="nofollow">pucsoftware</a><br /><strong>Subject:</strong> 1212<br /><strong>Posted:</strong> 20-May-2009 at 12:02pm<br /><br /><P>Thanks for your help. I got this working now. </P>]]>
   </description>
   <pubDate>Wed, 20 May 2009 12:02:55 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1212&amp;PID=4581#4581</guid>
  </item> 
  <item>
   <title>how to select more than one columns? : &amp;#034;StapVouchers&amp;#034; must...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1212&amp;PID=4580#4580</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 1212<br /><strong>Posted:</strong> 20-May-2009 at 11:13am<br /><br />"StapVouchers" must be defined as an entity set within the entity model.&nbsp; Translated, this means you'd expect to see a property on your DomainModelEntityManager called "StapVouchers".&nbsp; If you instead see a "StapVoucher" property, then that's the name to use.&nbsp; If everything looks OK and you do have a StapVouchers property,&nbsp;then check that your EDMX and its generated code is OK, and that you're pulling in the correct&nbsp;EDMX resources at runtime.<DIV>&nbsp;</DIV><DIV><DIV></DIV><DIV></DIV><DIV></DIV>Even with this change I don't think the query will works as it stands without a few more modifications.&nbsp; These string functions aren't directly supported in Entity SQL syntax, so you need something (more SQL-like) here:</DIV><DIV>&nbsp;</DIV><DIV>&nbsp; string sql = "SELECT VALUE&nbsp;c FROM&nbsp;StapVouchers AS c WHERE ToLower(c.VoucherNo) LIKE \"123%\"";</DIV><DIV>&nbsp;</DIV><DIV>The Entity SQL Language Reference here - <a href="http://msdn.microsoft.com/en-us/library/bb399560.aspx" target="_blank">http://msdn.microsoft.com/en-us/library/bb399560.aspx</A>&nbsp;- is a good resource.</DIV>]]>
   </description>
   <pubDate>Wed, 20 May 2009 11:13:13 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1212&amp;PID=4580#4580</guid>
  </item> 
  <item>
   <title>how to select more than one columns? : Thanks for the info. I had already...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1212&amp;PID=4579#4579</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=300" rel="nofollow">pucsoftware</a><br /><strong>Subject:</strong> 1212<br /><strong>Posted:</strong> 20-May-2009 at 10:38am<br /><br />Thanks for the info. I had already started working on this but I'm still getting an error.<DIV>&nbsp;</DIV><DIV>&#091;CODE FOR SEARCH&#093;</DIV><DIV><FONT size=2><P>SQL = </FONT><FONT color=#ff0000 size=2><FONT color=#ff0000 size=2>"SELECT VALUE c FROM StapVouchers AS c WHERE (c.VoucherNo.ToLower().StartsWith("</FONT></FONT><FONT size=2> + (</FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>char</FONT></FONT><FONT size=2>)</FONT><FONT color=#008000 size=2><FONT color=#008000 size=2>34</FONT></FONT><FONT size=2> + </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>this</FONT></FONT><FONT size=2>.txtVoucherNo.Text + (</FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>char</FONT></FONT><FONT size=2>)</FONT><FONT color=#008000 size=2><FONT color=#008000 size=2>34</FONT></FONT><FONT size=2> + </FONT><FONT color=#ff0000 size=2><FONT color=#ff0000 size=2>"))"</FONT></FONT><FONT size=2>;</P><P>txtSQL.Text = SQL;</P><P></P><P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>var</FONT></FONT><FONT size=2> query = </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>new</FONT></FONT><FONT size=2> </FONT><FONT color=#2b91af size=2><FONT color=#2b91af size=2>PassthruEsqlQuery</FONT></FONT><FONT size=2>(</FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>typeof</FONT></FONT><FONT size=2>(</FONT><FONT color=#2b91af size=2><FONT color=#2b91af size=2>StapVoucher</FONT></FONT><FONT size=2>), SQL);</P><P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>var</FONT></FONT><FONT size=2> results = mPersMgr.ExecuteQuery(query);</P><P>mStapVoucher.ReplaceRange((</FONT><FONT color=#2b91af size=2><FONT color=#2b91af size=2>BindableList</FONT></FONT><FONT size=2>&lt;</FONT><FONT color=#2b91af size=2><FONT color=#2b91af size=2>StapVoucher</FONT></FONT><FONT size=2>&gt;) results);</P></FONT></DIV><DIV>&#091;RESOLVES TO&#093;</DIV><DIV>SELECT VALUE c FROM StapVouchers AS c WHERE (c.VoucherNo.ToLower().StartsWith("123"))</DIV><DIV>&nbsp;</DIV><DIV>&#091;ERROR&#093;</DIV><DIV>'StapVouchers' could not be resolved in the current scope or context. Make sure that all referenced variables are in scope, that required schemas are loaded, and that namespaces are referenced correctly., near simple identifier, line 1, column 21.</DIV><DIV>&nbsp;</DIV><DIV>What is this saying? Do you see what is wrong?</DIV>]]>
   </description>
   <pubDate>Wed, 20 May 2009 10:38:25 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1212&amp;PID=4579#4579</guid>
  </item> 
  <item>
   <title>how to select more than one columns? :  Originally posted by pucsoftwareSo...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1212&amp;PID=4577#4577</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 1212<br /><strong>Posted:</strong> 20-May-2009 at 10:18am<br /><br /><table width="99%"><tr><td class="BBquote"><strong><em>Originally posted by pucsoftware</strong></em><br /><br />So does this&nbsp;mean that I would refer to the Entity&nbsp;objects field/property names and not the actual table and field names in the database?</td></tr></table><DIV>&nbsp;</DIV><DIV>Yes, you need to use the names as defined in the "conceptual" model.&nbsp; To do a * query here, you can do:</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp; SELECT VALUE v FROM StapVoucher AS v</DIV><DIV>&nbsp;</DIV><DIV><table width="99%"><tr><td class="BBquote"><strong><em>Originally posted by pucsoftware</strong></em><br /><br />Also, if this is the case, is there any easy way of retrieving this list of property names other than retyping them in a long string.</td></tr></table></DIV><DIV>&nbsp;</DIV><DIV>You can look at the EntityMetadata for the entity, which you can retrieve like this:</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp; EntityMetadata metadata = EntityMetadataStore.Instance.GetEntityMetadata(entityType);</DIV><DIV>&nbsp;</DIV><DIV>From that, you can look at DataProperties, KeyProperties, etc.</DIV><DIV>&nbsp;</DIV><DIV><table width="99%"><tr><td class="BBquote"><strong><em>Originally posted by pucsoftware</strong></em><br /><br />Are there any DevForce object/method that will accept a standard SQL statement and populate my entity objects?</td></tr></table> </DIV><DIV>&nbsp;</DIV><DIV></DIV>No, I'm afraid not.<DIV></DIV>]]>
   </description>
   <pubDate>Wed, 20 May 2009 10:18:58 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1212&amp;PID=4577#4577</guid>
  </item> 
  <item>
   <title>how to select more than one columns? : Okay, thanks for the link. I guess...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1212&amp;PID=4576#4576</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=300" rel="nofollow">pucsoftware</a><br /><strong>Subject:</strong> 1212<br /><strong>Posted:</strong> 20-May-2009 at 6:59am<br /><br />Okay,&nbsp; thanks for the link. I guess there's more to tackling LINQ and DEVFORCE EF than I originally thought as I am still new to both.&nbsp;So does this&nbsp;mean that I would refer to the Entity&nbsp;objects field/property names and not the actual table and field names in the database? <DIV>&nbsp;</DIV><DIV>Otherwise Use:</DIV><DIV>&nbsp;</DIV><DIV>Select VoucherNo, FirstName, etc.. FROM StapVoucher&nbsp; (entity mapped names)</DIV><DIV>&nbsp;</DIV><DIV>Instead of this: </DIV><DIV>SELECT ST_VOUCHER_NO, ST_FIRST_NAME FROM ST_STAP_VOUCHER&nbsp; (actual table and field names)</DIV><DIV>&nbsp;</DIV><DIV>????</DIV><DIV>&nbsp;</DIV><DIV>Also, if this is the case, is there any easy way of retrieving this list of property names other than retyping them in a long string. SQL Management Studio will generate a select statement for example.&nbsp;Do you have any examples&nbsp;that may show a function that&nbsp;loops through all the properties and return this string?</DIV><DIV>&nbsp;</DIV><DIV>Are there any DevForce object/method that will accept a standard SQL statement and populate my entity objects? I don't have DevForce classic installed only DevForce EF. The current application I'm working on allows some advanced user to modify the SQL as they want. As they aren't programmers,&nbsp;I don't think they would like the idea of learning LINQ so I'd like to maintain this feature for searching if possible, but without having to mix DevForce Classic and EF.</DIV><DIV>&nbsp;</DIV><DIV>Thanks for your help</DIV>]]>
   </description>
   <pubDate>Wed, 20 May 2009 06:59:48 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1212&amp;PID=4576#4576</guid>
  </item> 
  <item>
   <title>how to select more than one columns? : The PassthruEsqlQuery allows you...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1212&amp;PID=4571#4571</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 1212<br /><strong>Posted:</strong> 19-May-2009 at 3:15pm<br /><br />The PassthruEsqlQuery allows you to pass an Entity SQL query through to the Entity Framework, not a SQL query to the database.&nbsp; Entity SQL doesn't actually allow the "*" syntax.&nbsp; Here's a link with information on the differences <a href="http://msdn.microsoft.com/en-us/library/bb738573.aspx" target="_blank">- http://msdn.microsoft.com/en-us/library/bb738573.aspx.</A><DIV></DIV>]]>
   </description>
   <pubDate>Tue, 19 May 2009 15:15:51 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1212&amp;PID=4571#4571</guid>
  </item> 
  <item>
   <title>how to select more than one columns? : I&amp;#039;m using a PassthruEsqlQuery...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1212&amp;PID=4570#4570</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=300" rel="nofollow">pucsoftware</a><br /><strong>Subject:</strong> 1212<br /><strong>Posted:</strong> 19-May-2009 at 3:03pm<br /><br />I'm using a PassthruEsqlQuery to return all the columns in a table. I'm working on a form for users to query the table using multiple criteria so I plan on building a SQL statement with the appropriate WHERE clause. However, I'm just getting started and am getting an error. It seems that the SELECT * is giving me an error? Here is my code:<DIV>&nbsp;</DIV><DIV>string SQL = "";<BR>SQL = "SELECT * FROM dbo.ST_STAP_VOUCHER WHERE" +<BR>" ST_VOUCHER_NO LIKE '" + this.txtVoucherNo.Text + "%'";<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>var query = new PassthruEsqlQuery(typeof(StapVoucher), SQL);<BR>var results = mPersMgr.ExecuteQuery(query);</DIV><DIV>mStapVoucher.ReplaceRange((BindableList&lt;StapVoucher&gt;) results);</DIV><DIV>&nbsp;</DIV><DIV>The error is: The query value is not valid near term '*'</DIV><DIV>&nbsp;</DIV><DIV>Am I doing something wrong? What is causing this?</DIV>]]>
   </description>
   <pubDate>Tue, 19 May 2009 15:03:42 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1212&amp;PID=4570#4570</guid>
  </item> 
  <item>
   <title>how to select more than one columns? : thx kimj, that works  </title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1212&amp;PID=4423#4423</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=454" rel="nofollow">monkeyking</a><br /><strong>Subject:</strong> 1212<br /><strong>Posted:</strong> 19-Apr-2009 at 9:13pm<br /><br />thx kimj, that works]]>
   </description>
   <pubDate>Sun, 19 Apr 2009 21:13:06 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1212&amp;PID=4423#4423</guid>
  </item> 
  <item>
   <title>how to select more than one columns? : When you use a projection an anonymous...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1212&amp;PID=4415#4415</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 1212<br /><strong>Posted:</strong> 17-Apr-2009 at 11:10am<br /><br /><P>When you use a projection an anonymous type containing only the requested properties is returned, not the entity type.&nbsp;&nbsp;You can still databind to that anonymous type (except in Silverlight, where DevForce supplies a method to turn an anonymous type into a dynamic type for databinding).&nbsp; From your prior post I thought you wanted to select only a subset of columns, which is why I showed the projection query.&nbsp; If you instead want your entity types to be a subset of the database columns, look into using a view to back the entity type.</P><DIV>Here's some information on anonymous types, if you're interested - </DIV><DIV><a href="http://weblogs.asp.net/scottgu/archive/2007/05/15/new-orcas-language-feature-an&#111;nymous-types.aspx" target="_blank">http://weblogs.asp.net/scottgu/archive/2007/05/15/new-orcas-language-feature-anonymous-types.aspx</A></DIV>]]>
   </description>
   <pubDate>Fri, 17 Apr 2009 11:10:19 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1212&amp;PID=4415#4415</guid>
  </item> 
  <item>
   <title>how to select more than one columns? : Thanks Kimj  your solution seems...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1212&amp;PID=4411#4411</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=454" rel="nofollow">monkeyking</a><br /><strong>Subject:</strong> 1212<br /><strong>Posted:</strong> 16-Apr-2009 at 4:22pm<br /><br />Thanks Kimj<br><br>your solution seems right, but another issue arise. once i select twocolumns (properties), then foreach loop would have difficulty to accesseach data row, because the wraper class generated by devforce doesn'tmatch the data in 'query'.<br><br><img src="uploads/454/selectError.png" height="251" width="715" border="0" /><br><br>in this example 'Stock' which is the wraper class doesn't contain the same properties with the data in 'query' as only two properties have been selected (STOCK_CODE and BUY_UNIT), so how to resolve this issue?<br><br>btw, once i remove the 'Select' statement, the program can run, because 'Stock' can match the data in 'query'<br><br><br>]]>
   </description>
   <pubDate>Thu, 16 Apr 2009 16:22:02 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1212&amp;PID=4411#4411</guid>
  </item> 
  <item>
   <title>how to select more than one columns? : You can add a projection to your...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1212&amp;PID=4389#4389</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 1212<br /><strong>Posted:</strong> 15-Apr-2009 at 9:50am<br /><br />You can add a projection to your query to return only the columns you're interested in.&nbsp; Something like this:<DIV>&nbsp;</DIV><DIV>var query = entityManager.Stocks<BR>&nbsp;.Where(o =&gt; o.STOCK_CODE.Equals(id)<BR>&nbsp;.Select(o =&gt; new { o.STOCK_CODE, o.DESCRIPTION });<BR></DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 15 Apr 2009 09:50:14 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1212&amp;PID=4389#4389</guid>
  </item> 
  <item>
   <title>how to select more than one columns? : from the pic below you can see...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1212&amp;PID=4383#4383</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=454" rel="nofollow">monkeyking</a><br /><strong>Subject:</strong> 1212<br /><strong>Posted:</strong> 14-Apr-2009 at 7:04pm<br /><br />from the pic below you can see that i was trying to query the stock table in DB. now, the problem is i can't select two columns, i only be able to determine which rows i'm going to selece by ".where(o=&gt; o.STOCK_CODE.Equals(id);". supose i want to only select STOCK_CODE and STOCK_DESC these two columns, how can i achieve that before using 'foreach' loop? I don't want select whole stock table first and get values from that, i want to select two columns in the beginning (in the 'query' viriable).<br><br><img src="uploads/454/select2columnProblem.png" height="135" width="559" border="0" />]]>
   </description>
   <pubDate>Tue, 14 Apr 2009 19:04:10 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1212&amp;PID=4383#4383</guid>
  </item> 
  <item>
   <title>how to select more than one columns? : Well maybe, I don&amp;#039;t understand...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1212&amp;PID=4382#4382</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> 1212<br /><strong>Posted:</strong> 14-Apr-2009 at 4:48pm<br /><br />Well maybe, I don't understand your problem.&nbsp; I would think that you are making the selection in the grid (DataGridView or&nbsp;Devex XtraGrid or Infragistics UltraGrid).&nbsp; For example, you can make your selection using the mouse,&nbsp; By looking at the properties of the grid, you can tell which columns and rows are selected.]]>
   </description>
   <pubDate>Tue, 14 Apr 2009 16:48:13 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1212&amp;PID=4382#4382</guid>
  </item> 
  <item>
   <title>how to select more than one columns? : May be I didn&amp;#039;t say clearly....</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1212&amp;PID=4381#4381</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=454" rel="nofollow">monkeyking</a><br /><strong>Subject:</strong> 1212<br /><strong>Posted:</strong> 14-Apr-2009 at 4:37pm<br /><br />May be I didn't say clearly. what i mean is the columns in DB rather than Datagridview's columns. in DB, it has many datatables which contain columns as well. Devforce uses entities to deal with DB, but how can i select two or three columns in DB by using Devforce EF?&nbsp;]]>
   </description>
   <pubDate>Tue, 14 Apr 2009 16:37:27 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1212&amp;PID=4381#4381</guid>
  </item> 
  <item>
   <title>how to select more than one columns? : We can select more than one column...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1212&amp;PID=4378#4378</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> 1212<br /><strong>Posted:</strong> 14-Apr-2009 at 3:29pm<br /><br />We can select more than one column in a DataGridView or a DevExpress XtraGrid or an Infragistics or UltraGrid using the mouse and/or cursor keys.&nbsp; This is easy enough to do.&nbsp; What is more complicated is developing an application that can handle the multiple selections.<DIV>&nbsp;</DIV><DIV>We have purposely kept the Learning Units simple enough so that we do not deal withe additional complexities of multiple selections.</DIV>]]>
   </description>
   <pubDate>Tue, 14 Apr 2009 15:29:21 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1212&amp;PID=4378#4378</guid>
  </item> 
  <item>
   <title>how to select more than one columns? : I want to select two or three...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1212&amp;PID=4372#4372</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=454" rel="nofollow">monkeyking</a><br /><strong>Subject:</strong> 1212<br /><strong>Posted:</strong> 14-Apr-2009 at 1:16am<br /><br />I want to select two or three columns (properties) in the data entities, how to do that?<br><br>Secondly how can i bind devforce entities with Datagridview?<br><br>]]>
   </description>
   <pubDate>Tue, 14 Apr 2009 01:16:38 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1212&amp;PID=4372#4372</guid>
  </item> 
 </channel>
</rss>