Hi 

I am running .net core app as a server and using .net thin-client for crud
operations and SQL query . Here is the problem i am facing.

*Model Class:*




Here Getter and Setter using for to Convert DateTime to Utc DateTime .

If I  Use 
Cache.Get("1")  able to get the JoinDate (i.e. DateTime Field) in Object
Which I have store in Cache 
 But if I Use Sql Query Not able to get value.I have Looked at SqlLine
,JoinDate Field Comming as Empty in Result 

*Using cache.Get() result*
<http://apache-ignite-users.70518.x6.nabble.com/file/t1379/picturemessage_apmhker5.png>
 


*Using sql Query Result*

<http://apache-ignite-users.70518.x6.nabble.com/file/t1379/picturemessage_btry3pys.png>
 


*In SQl Line Query Result*
<http://apache-ignite-users.70518.x6.nabble.com/file/t1379/picturemessage_0dud44xi.png>
 



Thanks





















--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to