<?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: A Quick Way to Copy a DataRow in C#</title>
	<atom:link href="http://www.parallelcoding.com/2009/01/09/a-quick-way-to-copy-a-datarow-in-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.parallelcoding.com/2009/01/09/a-quick-way-to-copy-a-datarow-in-c/</link>
	<description>Intelligent, Efficient, Parallel, and Sustainable Code</description>
	<lastBuildDate>Wed, 08 Feb 2012 14:21:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Omer</title>
		<link>http://www.parallelcoding.com/2009/01/09/a-quick-way-to-copy-a-datarow-in-c/comment-page-1/#comment-1851</link>
		<dc:creator>Omer</dc:creator>
		<pubDate>Wed, 28 Apr 2010 13:55:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.parallelcoding.com/?p=246#comment-1851</guid>
		<description>And it&#039;s working fine.</description>
		<content:encoded><![CDATA[<p>And it's working fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omer</title>
		<link>http://www.parallelcoding.com/2009/01/09/a-quick-way-to-copy-a-datarow-in-c/comment-page-1/#comment-1850</link>
		<dc:creator>Omer</dc:creator>
		<pubDate>Wed, 28 Apr 2010 13:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.parallelcoding.com/?p=246#comment-1850</guid>
		<description>This is exactly what I&#039;m looking for. Thanks.</description>
		<content:encoded><![CDATA[<p>This is exactly what I'm looking for. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Green</title>
		<link>http://www.parallelcoding.com/2009/01/09/a-quick-way-to-copy-a-datarow-in-c/comment-page-1/#comment-709</link>
		<dc:creator>Robert Green</dc:creator>
		<pubDate>Tue, 10 Nov 2009 11:52:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.parallelcoding.com/?p=246#comment-709</guid>
		<description>In all honesty I&#039;m not sure, but that seems that it would work just as well. Thanks for pointing that out.</description>
		<content:encoded><![CDATA[<p>In all honesty I'm not sure, but that seems that it would work just as well. Thanks for pointing that out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rosco</title>
		<link>http://www.parallelcoding.com/2009/01/09/a-quick-way-to-copy-a-datarow-in-c/comment-page-1/#comment-708</link>
		<dc:creator>Rosco</dc:creator>
		<pubDate>Tue, 10 Nov 2009 02:54:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.parallelcoding.com/?p=246#comment-708</guid>
		<description>If you&#039;re copying all rows, why not just use:
DataTable dtDest = dsSrc.Tables[0].Copy();</description>
		<content:encoded><![CDATA[<p>If you're copying all rows, why not just use:<br />
DataTable dtDest = dsSrc.Tables[0].Copy();</p>
]]></content:encoded>
	</item>
</channel>
</rss>

