mpo*_*ora 0 c# entity-framework
如何将实体集合设置为null?我尝试过这样的事情
user.movies = new List<movie>();
Run Code Online (Sandbox Code Playgroud)
但我收到这个错误:
Cannot implicitly convert type 'System.Collections.Generic.List<MvcApplication2.dal.movie>' to 'System.Data.Objects.DataClasses.EntityCollection<MvcApplication2.dal.movie>'
Run Code Online (Sandbox Code Playgroud)