<?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: LINQ Equivalent Of Where IN</title>
	<atom:link href="http://www.onedotnetway.com/linq-equivalent-of-where-in/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.onedotnetway.com/linq-equivalent-of-where-in/</link>
	<description>Everything .Net</description>
	<lastBuildDate>Mon, 09 Jan 2012 00:09:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Deepak</title>
		<link>http://www.onedotnetway.com/linq-equivalent-of-where-in/comment-page-1/#comment-1071</link>
		<dc:creator>Deepak</dc:creator>
		<pubDate>Sun, 01 Feb 2009 19:26:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.onedotnetway.com/linq-equivalent-of-where-in/#comment-1071</guid>
		<description>Lucia,

Thank you for the kind words.</description>
		<content:encoded><![CDATA[<p>Lucia,</p>
<p>Thank you for the kind words.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucia</title>
		<link>http://www.onedotnetway.com/linq-equivalent-of-where-in/comment-page-1/#comment-1068</link>
		<dc:creator>Lucia</dc:creator>
		<pubDate>Sun, 01 Feb 2009 12:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.onedotnetway.com/linq-equivalent-of-where-in/#comment-1068</guid>
		<description>Thank you, Deepak, very useful.</description>
		<content:encoded><![CDATA[<p>Thank you, Deepak, very useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deepak</title>
		<link>http://www.onedotnetway.com/linq-equivalent-of-where-in/comment-page-1/#comment-827</link>
		<dc:creator>Deepak</dc:creator>
		<pubDate>Sun, 04 Jan 2009 23:04:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.onedotnetway.com/linq-equivalent-of-where-in/#comment-827</guid>
		<description>Hi Steve,

Here is a post I wrote which shows you how to do this with integers. I hope you will find it useful.

http://www.onedotnetway.com/linq-equivalent-of-where-in-with-int/</description>
		<content:encoded><![CDATA[<p>Hi Steve,</p>
<p>Here is a post I wrote which shows you how to do this with integers. I hope you will find it useful.</p>
<p><a href="http://www.onedotnetway.com/linq-equivalent-of-where-in-with-int/" rel="nofollow">http://www.onedotnetway.com/linq-equivalent-of-where-in-with-int/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LINQ Equivalent Of Where IN With Int &#124; One .Net Way</title>
		<link>http://www.onedotnetway.com/linq-equivalent-of-where-in/comment-page-1/#comment-826</link>
		<dc:creator>LINQ Equivalent Of Where IN With Int &#124; One .Net Way</dc:creator>
		<pubDate>Sun, 04 Jan 2009 23:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.onedotnetway.com/linq-equivalent-of-where-in/#comment-826</guid>
		<description>[...] I wrote a post showing how to write a LINQ query which gets transformed into a T-SQL query with a &quot;Where In&quot; clause. I had a comment on the post by Steve saying that the approach only works with strings. In this [...]</description>
		<content:encoded><![CDATA[<p>[...] I wrote a post showing how to write a LINQ query which gets transformed into a T-SQL query with a &quot;Where In&quot; clause. I had a comment on the post by Steve saying that the approach only works with strings. In this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.onedotnetway.com/linq-equivalent-of-where-in/comment-page-1/#comment-822</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sun, 04 Jan 2009 14:59:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.onedotnetway.com/linq-equivalent-of-where-in/#comment-822</guid>
		<description>This only works with strings ?</description>
		<content:encoded><![CDATA[<p>This only works with strings ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LAD</title>
		<link>http://www.onedotnetway.com/linq-equivalent-of-where-in/comment-page-1/#comment-231</link>
		<dc:creator>LAD</dc:creator>
		<pubDate>Wed, 15 Oct 2008 11:27:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.onedotnetway.com/linq-equivalent-of-where-in/#comment-231</guid>
		<description>ArrayList is not supported</description>
		<content:encoded><![CDATA[<p>ArrayList is not supported</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deepak</title>
		<link>http://www.onedotnetway.com/linq-equivalent-of-where-in/comment-page-1/#comment-151</link>
		<dc:creator>Deepak</dc:creator>
		<pubDate>Wed, 24 Sep 2008 21:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.onedotnetway.com/linq-equivalent-of-where-in/#comment-151</guid>
		<description>Yes that will also work. 
The solution I posted will also work when the elements of the array are unknown. Imagine this array being generated dynamically.</description>
		<content:encoded><![CDATA[<p>Yes that will also work.<br />
The solution I posted will also work when the elements of the array are unknown. Imagine this array being generated dynamically.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: curious</title>
		<link>http://www.onedotnetway.com/linq-equivalent-of-where-in/comment-page-1/#comment-149</link>
		<dc:creator>curious</dc:creator>
		<pubDate>Wed, 24 Sep 2008 13:58:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.onedotnetway.com/linq-equivalent-of-where-in/#comment-149</guid>
		<description>couldn&#039;t I write it that way?

var customers = from c in context.Customers
                      where (c.Country == &quot;UK&quot; &#124;&#124; c.Country == &quot;USA&quot; &#124;&#124;
                                c.Country == &quot;Australia&quot;)
                      select c;</description>
		<content:encoded><![CDATA[<p>couldn&#8217;t I write it that way?</p>
<p>var customers = from c in context.Customers<br />
                      where (c.Country == &#8220;UK&#8221; || c.Country == &#8220;USA&#8221; ||<br />
                                c.Country == &#8220;Australia&#8221;)<br />
                      select c;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

