Relative Content

Tag Archive for c#linqentity-framework-core

Access Property in Expression<Func> of Object

I would like to find out, if a string (stored in Column OSchlagwoerter in the database) contains any string within a list of strings (stored in variable tags).
In order to achieve this, I want to loop through the list of tags and check for each tag if OSchlagwoerter contains it. However, I cannot access the field OSchlagwoerter of the object passed.