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

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -