Building a C# equivalent of the SQL Server construct IN?
Often in SQL Server, I use IN
to check if a value is in a list of items, for example:
Building a C# equivalent of the MS SQL construct IN?
Often in MS SQL, I use IN, to check if a value is in a list of items, e.g.