© 2026 Hedgehog Software, LLC
Foo
a
b
Bar
sqlContext.Foo.Where(f => f.a == bar.a && f.b == bar.b);
IEnumerable<string> stringifiedBar = bars.Select(bar => $"{bar.a}{bar.b}"); sqlContext.Foo.Where(foo => stringifiedBar.Contains(foo.a+foo.b));