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.
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.
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”
Create a new query in the forum and give your input and required output.
Hope you understand!!