We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I have a column in the table which contain both Double and Int value. So when I read the data with Int or Double type it threw me an error.
Double
Int
(vl[Expression<Double>("obal")]) as? Int
Can someone please guide how can I fetch the data with Double and Int type.