IsNemoEqualTrue/monitor-table-change-with-sqltabledependency

SqlTableDependencyFilter Expression multiple Where

spherag opened this issue · 0 comments

Hi, I'm trying to create a Expression for a SqlTableDependencyFilter that creates multiple Where clauses dynamically from a List/Array. I have tried the following:
... expression = p => List.Contains(p.Property), which returns me Index Out of Bounds and methods like Any() , IsIn() or Exists() return unsupported methods.

Could it be done with a custom interface? How? I can't find any examples except this Docs.

Thank you very much and great contribution!