If you have a float in MSSQLServer, to what do you map this in .NET?
Can you convert it to Double or will you lose numbers?
C# has a float type, but it will convert to double just fine as well.