Data is Null. This method or property cannot be called on Null values
问题 I'm working on an application where one can get information on movies from a database as well as add, update and delete the movies. In the database I have three tables (Movie, Genre and MovieGenre <- stores the movies and their genre/s). Everything works fine besides one thing, and that's when a movie hasn't got any genres (which should be possible). The problem occur in the method below, and the following exception is thrown: Data is Null. This method or property cannot be called on Null