You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using OData for my Web API and I have entities with a DateOnly and/or TimeOnly property. Sadly, OData doesn't seem to support these types yet. It just returns an empty JSON object for that property, like so:
"FirstAdmissionDate": {}
Is there a workaround to enable OData to handle DateOnly and TimeOnly?
The text was updated successfully, but these errors were encountered:
Hi,
I'm using OData for my Web API and I have entities with a DateOnly and/or TimeOnly property. Sadly, OData doesn't seem to support these types yet. It just returns an empty JSON object for that property, like so:
"FirstAdmissionDate": {}
Is there a workaround to enable OData to handle DateOnly and TimeOnly?
The text was updated successfully, but these errors were encountered: