ios - CreatedAt,UpdatedAt not working after Azure,mobile service .Net backend database migration -


we created new schema , database use existing schema in .net azure mobile service backend, used migration that. after migration creates new schema successfully, populated data test our ios app.

right now,i facing trouble having createdat,updatedat,version update through ios native app keeps being null. when use post,patch request mobile service page, write values these fields without problem. migration created id primary key, , createdat, updatedat datetimeoffest. createdat implementation of itabledata default getter , setter public datetimeoffset createdat{get;set;}

if blackened issue how can fix it?


Comments

Popular posts from this blog

dns - How To Use Custom Nameserver On Free Cloudflare? -

python - Pygame screen.blit not working -

c# - Web API response xml language -