0

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?

Ray Cheng
  • 12,230
  • 14
  • 74
  • 137

1 Answers1

1

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

Joe Albahari
  • 30,118
  • 7
  • 80
  • 91