I have a collection with columns A,B,C all Strings;
Q1) I want to select more than 1 column Distinctly.
Q2) I want want to Select where using more than 1 criteria eg: Column A = "AValue" and B = "BValue"
All the columns are Strings
How do I construct the Distinct and Where Clauses