I want to make a simple query using Dynamic Linq against crm 2015.
The entity is ...new_entity... and has a string field ...new_field.... I want all the new_entity records that have ...new_field != null... and are in a list of provided values....List<stri...