asp.net - How process JSON encounter Null DateTime column -



asp.net - How process JSON encounter Null DateTime column -

oracle db dds new column type datetime

because default = null

run here have error t.t

datatable dt = sql.filltable(); string rtnjson = jsonconvert.serializeobject(dt, formatting.indented); // ↑ // oracle db dds new column type datetime // because default = null // run here have error t.t // ↓ datatable dt = jsonconvert.deserializeobject<datatable>(jsonstring);

asp.net json oracle datetime null

Comments

Popular posts from this blog

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -