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

c#, sql-server

Solution

it is a Single

see here for more info on SQL Server to .Net DataTypes

Problem

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

Original source