Sql server real datatype, what is the C# equivalent?

前端 未结 7 2061
难免孤独
难免孤独 2020-12-29 18:19

What is the C# equivalent to the sql server 2005 real type?

7条回答
  •  自闭症患者
    2020-12-29 18:37

    the answer is Single or float. (depending on style.) this is like the difference between String and string [source: ReSharper code suggestion "use type keyword" when using Single. it suggested using float.

提交回复
热议问题