Why is a SQL float different from a C# float

A SQL float is a double according to the documentation for SQLDbType.

Leave a Comment