score:3

The problem was I could not use the .contains on a nullable int, so I had to do something like this to make it work

.Contains(assays.AssayKey ??0) 

Related Query

More Query from same tag