oracle数据库中的字段,类型编号(10),大于.net Int32范围.
我现在使用实体框架从该表中获取数据,并将其映射到该表的数据库实体.但是,当我获取数据时,我收到此错误:
原文链接:https://www.f2er.com/oracle/205031.html我现在使用实体框架从该表中获取数据,并将其映射到该表的数据库实体.但是,当我获取数据时,我收到此错误:
var competitions = db.PKG_API_PORTAL_SP_GETFBCOMPETITION().ToList();
The type of the key field ” is expected to be ‘System.Int32’,but
the value provided is actually of type ‘System.Int64’.
我发现了这个问题Oracle Data Provider to CLR type mapping
这是解释数据类型如何翻译的文章
http://www.devart.com/dotconnect/oracle/docs/DataTypeMapping.html