我使用SqlDatabase Project发布了一个数据库。
我手动创建了POCO类,以及与发布的数据库匹配的Db上下文。
每当我尝试执行EF语句时,都会生成有效的SQL查询,但是我收到错误
An exception occurred in the database while iterating the results of a query.
System.Data.SqlClient.SqlException (0x80131904): Invalid object name '[xyz]'
EF类上的属性与数据库中的type / nullable / name / etc完全匹配。手动运行时生成的查询工作正常。
任何帮助表示赞赏。