What is the C# equivalent to the sql server 2005 real type?
The answer is float. If you try to use double as the type in the code but your field type in the database is real it will errors out. I just tested this myself and confirmed it errors with double.