Ray Cheng
Ray Cheng

Reputation: 12566

How to map Oracle NUMBER(1) to an integer instead of boolean in LinqPad 6 with Entity Framework Core?

I'm using LinqPad 6 and Entity Framework Core connection. But LinqPad mapped my NUMBER(1) column from Oracle to a Boolean, how can I force it back to an Integer?

Upvotes: 0

Views: 152

Answers (1)

Joe Albahari
Joe Albahari

Reputation: 30934

This is not possible right now. I'll add a checkbox to the connection dialog to accomplish this in LINQPad's next beta release.

Upvotes: 1

Related Questions