I’m having issues creating an IN clause using C# and lambdas....I have the following method ...GetUserList(string filtersByRoles)...The variable ...string filtersByRoles... can hold a comma-delimited value such as: “1,2†or “1,2,3†or “1,3,4â€...