Postgresql date field is translated as C# DateTime, not DateOnly

Options

I have table with date column which is date type.

EfCore scaffolding results in DateOnly type, but LINQPad is DateTime.

Why is that? How to change it?

Comments