Whether multiple saves can be in-flight at the same time. The default is false. Read Only
The DataService to be used for this save. Read Only
Resource name to be used during the save - this defaults to "SaveChanges". Read Only
Free form value that will be sent to the server during the save. Read Only
The default value whenever SaveOptions are not specified.
Sets the 'defaultInstance' by creating a copy of the current 'defaultInstance' and then applying all of the properties of the current instance. The current instance is returned unchanged.
Returns a copy of this SaveOptions with the specified config options applied.
var saveOptions = em1.saveOptions.using( {resourceName: "anotherResource" });
Generated using TypeDoc
A SaveOptions instance is used to specify the 'options' under which a save will occur.