How to map Oracle Number(1) to Byte instead of Boolean
I'm using LinqPad 6 with Entity Framework Core connection on an Oracle database. I have a column in Oracle as NUMBER(1) and it's by default mapped to a Boolean. How can I change this to map to a Byte instead? I couldn't find any docs to force the mapping to a different data type.
Comments
I'll add a checkbox to the connection dialog to accomplish this in the next beta release.