ServiceStack OrmLite PUT deletes all the fields except those are passed -


servicestack ormlite put deletes fields except passed

you can use ormlite's updatenondefaults api , if want update fields have non-default values, still updating fields puts, if want update partial fields use patch. whilst post's typically used creating (inserting) resources or other non-idempotent requests.


Comments

Popular posts from this blog

multithreading - Exception in Application constructor -

React Native allow user to reorder elements in a scrollview list -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -