I have a detailcollection collection in which every detail has
detailcollection
code, price, name
And a string with some codes
stri
Selected details collection items which ids are not in codesarray:
codesarray
detailcollection.Where (x=> !codesarray.Contains(x.ope_idsku))