case classUpdateAll[T](vals: (String, ContentValue)*) extends ScopeAction[T] with Product with Serializable
Request to update all the records matching this scope.
The argument is a set of
(String,[[org.positronicnet.content.ContentValue]]) pairs,
often entered using -> notation, like so:
Request to update all the records matching this scope. The argument is a set of
(String,[[org.positronicnet.content.ContentValue]])
pairs, often entered using->
notation, like so:The strings are currently the names of columns in the underlying resource, and not the names of fields they get mapped to. (XXX This should be fixed.)