Tell me if this makes any sense.
- A SQL Float will map to a .NET Double.
- SQL Numeric will map to a .NET Decimal.
- A SQL "Real" datatype will map to a .NET "Single", but you have to pull it with the data reader's "GetFloat()" method!?
Tell me if this makes any sense.
Latest post: Digging Up the First Version of CodeCube
See more in the archives