<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Select Max Value With LINQ To SQL</title>
	<atom:link href="http://www.onedotnetway.com/select-max-value-with-linq-to-sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.onedotnetway.com/select-max-value-with-linq-to-sql/</link>
	<description>Everything .Net</description>
	<lastBuildDate>Fri, 26 Feb 2010 15:39:54 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Deepak</title>
		<link>http://www.onedotnetway.com/select-max-value-with-linq-to-sql/comment-page-1/#comment-11568</link>
		<dc:creator>Deepak</dc:creator>
		<pubDate>Thu, 05 Nov 2009 20:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.onedotnetway.com/select-max-value-with-linq-to-sql/#comment-11568</guid>
		<description>Hi Shirley,

Can you please post your create table statements? I&#039;ll then be able to help you out.</description>
		<content:encoded><![CDATA[<p>Hi Shirley,</p>
<p>Can you please post your create table statements? I&#8217;ll then be able to help you out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shirley</title>
		<link>http://www.onedotnetway.com/select-max-value-with-linq-to-sql/comment-page-1/#comment-11565</link>
		<dc:creator>Shirley</dc:creator>
		<pubDate>Thu, 05 Nov 2009 19:03:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.onedotnetway.com/select-max-value-with-linq-to-sql/#comment-11565</guid>
		<description>I a trying to write the following query in linq, t_sql


select  colId,
        colTaskType,
        MaxID
from    tblTaskType
join    (
         select tblCheckList.colTaskTypeID,
                max(colItemNumber) MaxID
         from   tblCheckList
         group by colTaskTypeID
        ) x on coltaskTypeID = tblTaskType.colID


Please help..</description>
		<content:encoded><![CDATA[<p>I a trying to write the following query in linq, t_sql</p>
<p>select  colId,<br />
        colTaskType,<br />
        MaxID<br />
from    tblTaskType<br />
join    (<br />
         select tblCheckList.colTaskTypeID,<br />
                max(colItemNumber) MaxID<br />
         from   tblCheckList<br />
         group by colTaskTypeID<br />
        ) x on coltaskTypeID = tblTaskType.colID</p>
<p>Please help..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
