I have a query via procedure in oracle where he returns me a refcursor with some blank columns (null), so far so good always did so and never had problems, however from the version of
.NET core 3.1 with Oracle.EntityFrameworkCore 2.19. 60 columns that should come blank (null) are coming with {} as if they were a blank object. How to solve it?
Thanks.