Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Model updates

Daniel Wertheim edited this page Nov 29, 2012 · 12 revisions

Since SisoDb stores the object graph representation as JSON and as a flattened object in the Indexes-tables using key-values, you could of course update the values in the Indexes-tables using T-SQL and also try to update the JSON member using T-SQL, but sometimes you might want to perform more advances updates, and then you basically do have to re-save the structures, and that's where the Maintenance API can help you.

Clone this wiki locally