I need to check a specific column in my database for the numbers 5,6,7. The numbers will be in the database like: 567. If that column contains any of those 3 numbers, I need to return it back via my linq query when I am hitting the database.
What would be the best way to do this?
Go to the complete details ...