Deletes
Last updated
Was this helpful?
Last updated
Was this helpful?
A delete operation is created by chaining methods together from the root of wire.data.delete
. These methods populate the properties of a wire.data.TableDelete
object. This object is then passed through the data source to the for processing.
To check for service provider support for deleting data, use the allow.delete
attribute on the object servicing the query request.