Create a table of unique cells from a column in a table.

Data.DataTable UniqueTable = DataTable1.DefaultView.ToTable(true, new string[] { "FieldName" });

No comments:

Post a Comment