数字类型转换
摘要:Database Type - NUMBER(12,2) 'fraction' > C#: double Database Type - Number(20) > C#: decimal (specialy money type)
阅读全文
posted @
2016-05-30 16:24
扬扬落叶
阅读(145)
推荐(0)
[摘抄] 为什么 Linq 可以高效率查询 SQL ?
摘要:From C# in Depth(3rd) - Jon Skeet That’s impressive enough, but if you’re performance-conscious, you may be wonderingwhy you’d want to pull down all t
阅读全文
posted @
2016-05-30 12:01
扬扬落叶
阅读(274)
推荐(0)