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

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -