How to where an array by c-sharp Lambda

var classify= ["Coke", "drumstick", "hamburger"];

data = data.Where (s = > s.Secretfylegs = "Coke" | | s.Secretfylegs = "chicken leg" | | s.Secretfylegs = "hamburger");

as above, how to filter an array with the values of Lambda. If you don"t know what the array contains, you need to traverse and filter things that contain these values

Nov.23,2021

   

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-7ad27f-28f91.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-7ad27f-28f91.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?