-
My first attempt which seemed to work was to add one column to the select clause which contained the .Count operator, and then iterate over the collection (there should only be one entity) to retrieve the value of the column. This is a bit daft. My second attempt uses this code - Code: public static...