Blog from a software professional, Passionate to work in latest cutting edge technologies in order to get better results in business.
Following is the code helpful to filter distinct columns from a DataTable
DataTable distinctDT = dtSOURCE.DefaultView.ToTable("TAB_NAME", true, "YourCOLUMN");
Time to rush back to Visual Studio Bye J
Post a Comment
No comments:
Post a Comment