Using SqlDataRecord with DateOnly

147 Views Asked by At

I've got a SQL Server user defined table with a date field. I represent that locally using a DateOnly. I represent the rows locally using SqlDataRecord. But it doesn't appear to support DateOnly. Is there a sensible way of using SqlDataRecord to upload date fields?

0

There are 0 best solutions below