Create a model with an Enum property.
Try to use the has operator with the Enum property in a $filter query (with entity framework as the backend)
Error message:
LINQ to Entities does not recognize the method 'Boolean HasFlag(System.Enum)' method, and this method cannot be translated into a store expression.
Try to use the has operator with the Enum property in a $filter query (with entity framework as the backend)
Error message:
LINQ to Entities does not recognize the method 'Boolean HasFlag(System.Enum)' method, and this method cannot be translated into a store expression.