Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.70K
~301 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for serkan sendur

[QUOTE=omeralper;1467937]For those who get similar problems, it is easy as this DataView dw = myDataTable.DefaultView; DataTable distinctDataTable = dw.ToTable(true, "someColumn");[/QUOTE] This code really worked for me and this saved my time for looping and then again getting back a new table for distinct rows...Thanks a lot!!!!!!!:)

Member Avatar for alokgolu
0
301

The End.