Hi,
I have a datatable with 1 columns called names
I want to use a LINQ query to filter out the value with same first name i.e. and write it in a new datatable.
Example Datatable:
NAMES
AA AA
AA Bb
AA Cc
New datatable:
Aa
Any Idea?
Thanks in advance.
1 post - 1 participant