加入收藏 | 设为首页 | 会员中心 | 我要投稿 湖南网 (https://www.hunanwang.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 站长百科 > 正文

Oracle Data Provider到CLR类型的映射

发布时间:2020-12-31 23:15:03 所属栏目:站长百科 来源:网络整理
导读:在那边可以找到ODP到CLR范例映射的列表? 在Oracle数据库中,NUMBER(9,0)范例在.NET应用措施中作为System.Decimal从MS Oracle驱动措施中呈现,但作为来自ODP驱动措施的System.Int32.我必要从数据库中出来的范例简直切类型(而不是CLR到DB参数映射). 办理要领 运

----------------------------------------------------------
-- Oracle integers mapping (Oracle Data Provider)
----------------------------------------------------------
number(1,0)                        System.Int16
number(2,0)                        System.Int16
number(3,0)                        System.Int16
number(4,0)                        System.Int16
number(5,0)                        System.Int32
number(6,0)                        System.Int32
number(7,0)                        System.Int32
number(8,0)                        System.Int32
number(9,0)                        System.Int32
number(10,0)                       System.Int64
number(11,0)                       System.Int64
number(12,0)                       System.Int64
number(13,0)                       System.Int64
number(14,0)                       System.Int64
number(15,0)                       System.Int64
number(16,0)                       System.Int64
number(17,0)                       System.Int64
number(18,0)                       System.Int64
number(19,0)                       System.Decimal
number(20,0)                       System.Decimal
number(21,0)                       System.Decimal
number(22,0)                       System.Decimal
number(23,0)                       System.Decimal
number(24,0)                       System.Decimal

(编辑:湖南网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

热点阅读