Using Linq query, How to verify if there is any invalid email address present in datatable

Using Linq query, How to verify if there is any invalid email address present in datatable.

I have a “Email Address” column in my datatable.
I just want to verify if there is any invalid email address present in that column or not.

Hi @pradnyajadhav0712

How you will validate the email address?

@mkankatala
as per the requirement we need check the @ and dot in the column with help of linq query if those are not there then we need throw the “invalid email”

Hi @thotlamahesh_kumar

Create a new query in the forum and give your input and required output.

Hope you understand!!