You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The field types in the table are Nullable(Decimal(50,15)).
When I use decimal in a structure, reading data from NullDecimal is no problem, but when writing, an error occurs stating 'converting string to Decimal (50,15) is unsupported'