How to group repeated email ids present in one column of datatable

How to group repeated email ids present in one column of data table.Can anyone please help me

@Anusha_Mavuluri_TCSL, Use this,

Regards,
Dominic :slight_smile:

Refer this post

Hi Dominic,

Thanks a lot could you please explain more i am not able to get it completely.

Hi @Anusha_Mavuluri_TCSL,

(From row in DataTableName.select() Group row by Product=Convert.Tostring(row.Item("EmailID")) Into Group Select Group(0)).ToArray.CopyToDataTable()

This code will return the unique record of email id

Regards,
Arivu :slight_smile: