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's not currently possible - it may end up being implemented as part of #31237 (though that's more about CLR complex types, and not necessarily about collections of value tuples).
In the meantime you can use dynamic expression generation to integrate your tuple collection as a series if ORs (though that would prevent query caching for variable numbers of collections), or use raw SQL to do something e.g. with OPENJSON.
I have a join table
And I have a collection of pairs
(periodId, demographicsId)
.Is there a way to filter the result set by both values?
The text was updated successfully, but these errors were encountered: