<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Efficiently remove duplicates in dataset</title><link>http://blogs.msdn.com/b/prakasht/archive/2012/10/28/efficiently-remove-duplicates-in-dataset.aspx</link><description>Hi folks, 
 Remember, the pain of removing duplicates in fetched dataset by looping, comparing etc. 
 it can be handled easily by using DataView.ToTable Method. The syntax is below. 
 DataView.ToTable(bool distinct, string[] columnNames) 
 
 distinct</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Efficiently remove duplicates in dataset</title><link>http://blogs.msdn.com/b/prakasht/archive/2012/10/28/efficiently-remove-duplicates-in-dataset.aspx#10363447</link><pubDate>Sun, 28 Oct 2012 17:21:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10363447</guid><dc:creator>Papy Normand</dc:creator><description>&lt;p&gt;Thanks for this useful tip ( useful at least for me as i was ignoring this possible use of a DataView )&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10363447" width="1" height="1"&gt;</description></item></channel></rss>