Can we query using Distinct keyword in Dataset
Hi guys,
I have a table in a dataset which has set of rows.
Now i would like to filter similar to what we do using SQL syntax
Select Distinct column1,column2 from table t1;
Similar functionality i would like to achieve using dataset.
Is this possible if yes please let me know.
Thanks in Advance.
Sajid