Home

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

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

Sign In or Register to comment.