I want to retrive all Customers with a specified label. When i add the filter string.Format("CustomerLabels/any(p:p/Name eq '{0}')", Label.Name) i get the exception "QueryParameterException - Property with name 'CustomerLabels' could not be found in entity." Is there a way to retrive only customers with a specified label?
... View more