Thanks for the explanation. Can you please help me to provide the LINQ query for non duplicate rows ?
@patanchanbaasha8112 жыл бұрын
@Let's Automate!! can you please reply on this
@letsautomate27012 жыл бұрын
Hey!, Im sorry for late response. I will make a video on this and will upload soon
@patanchanbaasha8112 жыл бұрын
@@letsautomate2701 thank you 😊
@sumitpaithankar18812 жыл бұрын
Lets say we have 3 columns "Name", "Age" and "phno". then how to get all 3 columns by checking "name" and "age" only for Non duplicate data after using dt.AsDataview.ToTableview(True, "Name", "Age")
@letsautomate27012 жыл бұрын
If you want to get all 3 columns non duplicates, you need to either provide all 3 column in ‘Asdataview’ or use LINQ, Sorry for delay response, i was dealing with health issues