You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That t.Contacts property is itself a collection that I need to search, but doing it this way throws the exception System.NotSupportedException: 'LINQ to Entities does not recognize the method 'NinjaNye.SearchExtensions.EnumerableStringSearch'1[Suntex.FirstInMath.Models.Api.Admin.Teams+Contact] ContainingAll(System.String[])' method, and this method cannot be translated into a store expression.'
Is there a way to do this kind of sub-query?
The text was updated successfully, but these errors were encountered:
I need to do a
ContainingAll
query on an object's scalar properties and that of a child collection object.That
t.Contacts
property is itself a collection that I need to search, but doing it this way throws the exceptionSystem.NotSupportedException: 'LINQ to Entities does not recognize the method 'NinjaNye.SearchExtensions.EnumerableStringSearch'1[Suntex.FirstInMath.Models.Api.Admin.Teams+Contact] ContainingAll(System.String[])' method, and this method cannot be translated into a store expression.'
Is there a way to do this kind of sub-query?
The text was updated successfully, but these errors were encountered: