What is the C# equivalent to the sql server 2005 real type?
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.
Single
float
String
string