Open
Description
I have a SyBase DB table with field of type "float", so I have declared a C# backend field of type "float" also.
When I execute ExecuteReader(sqlQuery), in the retourned AseDataReader class, the column type of field is "double".
When converting this double value to backend "float" field I have precission loss.
How can I force AseDataReader to map column to "float" type as defined in DB ??
Environment
- .NET Core version 3.1
AdoNetCore.AseClient
: 0.19.2
Metadata
Metadata
Assignees
Labels
No labels