I'm querying a Sharepoint Online database using CAML and getting the requisite ListItemCollection that it returns. I am only interested in one field of this ListItemCollection and am converting it to a List<T> for use by another function. Is there a way to do this using LINQ and a lambda function? I'm querying a Sharepoint Online database using