我必须将数据从 firebird 数据库导入实体框架,为此我为 Visual Studio 安装了 .net 提供程序和 DDEX 提供程序。当我添加任何表格来建模错误时出现我的问题
"Key Part: 'SomeColumn' for type MyTable is not valid. All parts of the key must be non nullable.**"
如果我尝试导入一个表或多个表都没关系,我总是遇到同样的错误。我必须做什么?有任何想法吗 ?我将不胜感激。
我必须将数据从 firebird 数据库导入实体框架,为此我为 Visual Studio 安装了 .net 提供程序和 DDEX 提供程序。当我添加任何表格来建模错误时出现我的问题
"Key Part: 'SomeColumn' for type MyTable is not valid. All parts of the key must be non nullable.**"
如果我尝试导入一个表或多个表都没关系,我总是遇到同样的错误。我必须做什么?有任何想法吗 ?我将不胜感激。