Home

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

Sign In or Register to comment.