How can I write a SPQuery to filter items based on a LinkFieldValue?
I need to select a single value from a SharePoint list based on a field value. The type of the field is LinkFieldValue. How should I write the CAML query? When I select the items with an empty query, I receive all the items in the list as expected. When I add constraints to the query, it returns an empty result. I have tried constructi...