<?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: NoRM, MongoDb and Complex Queries</title>
	<atom:link href="http://schotime.net/blog/index.php/2010/05/14/norm-mongodb-and-complex-queries/feed/" rel="self" type="application/rss+xml" />
	<link>http://schotime.net/blog/index.php/2010/05/14/norm-mongodb-and-complex-queries/</link>
	<description>All Things .Net and Me</description>
	<lastBuildDate>Wed, 14 Dec 2011 23:12:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Vincent</title>
		<link>http://schotime.net/blog/index.php/2010/05/14/norm-mongodb-and-complex-queries/comment-page-1/#comment-263</link>
		<dc:creator>Vincent</dc:creator>
		<pubDate>Tue, 27 Jul 2010 16:56:12 +0000</pubDate>
		<guid isPermaLink="false">http://schotime.net/blog/index.php/2010/05/14/norm-mongodb-and-complex-queries/#comment-263</guid>
		<description>I am trying to do something similar using a .Contains() but it&#039;s not working, if I do your trick and do .Any(y =&gt; y.Value == category.Value) it works, thanks a lot!

Is it normal that the contains() of a list of children is not working with NoRM?</description>
		<content:encoded><![CDATA[<p>I am trying to do something similar using a .Contains() but it&#8217;s not working, if I do your trick and do .Any(y =&gt; y.Value == category.Value) it works, thanks a lot!</p>
<p>Is it normal that the contains() of a list of children is not working with NoRM?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Schotime</title>
		<link>http://schotime.net/blog/index.php/2010/05/14/norm-mongodb-and-complex-queries/comment-page-1/#comment-234</link>
		<dc:creator>Schotime</dc:creator>
		<pubDate>Mon, 14 Jun 2010 03:34:01 +0000</pubDate>
		<guid isPermaLink="false">http://schotime.net/blog/index.php/2010/05/14/norm-mongodb-and-complex-queries/#comment-234</guid>
		<description>&lt;code&gt;var db = Mongo.Create(connstring);
var list = db.getCollection&lt;User&gt;().AsQueryable();&lt;/code&gt;

Hope this helps. If you need further information check the tests in the project at &lt;a href=&quot;http://github.com/schotime/norm&quot; rel=&quot;nofollow&quot;&gt;http://github.com/schotime/norm&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p><code>var db = Mongo.Create(connstring);<br />
var list = db.getCollection&lt;User&gt;().AsQueryable();</code></p>
<p>Hope this helps. If you need further information check the tests in the project at <a href="http://github.com/schotime/norm" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/github.com/schotime/norm?referer=');">http://github.com/schotime/norm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://schotime.net/blog/index.php/2010/05/14/norm-mongodb-and-complex-queries/comment-page-1/#comment-232</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 10 Jun 2010 17:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://schotime.net/blog/index.php/2010/05/14/norm-mongodb-and-complex-queries/#comment-232</guid>
		<description>In your 2 example queries at the bottom, what type is &#039;list&#039; and how was it created?</description>
		<content:encoded><![CDATA[<p>In your 2 example queries at the bottom, what type is &#8216;list&#8217; and how was it created?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

