Writes all changes (insertions, deletions, updates) of the specified DataSet back to Tamino. Requires that the specified DataSet was filled by this TaminoDataAdapter object in mode UpdateByItemMapping.
[Visual Basic]
Overloads Public Function Update( _
ByVal ds As DataSet, _
ByVal mapping As TaminoQueryItemMapping() _
) As Integer
the number of updated, deleted and inserted items
To update subtrees of Tamino documents, valid TaminoQueryItemMapping objects must be specified to identify the subtrees uniquely within their parent documents.
Exception Type | Condition |
---|---|
TaminoException | if errors occur and TaminoDataAdapter.ContinueOnUpdate is false |
TaminoDataAdapter Class | TaminoDataAdapter Members | SoftwareAG.Tamino.Api.DataAdapter Namespace | TaminoDataAdapter.Update Overload List