Occurs during the Update method after a command is executed against Tamino.
[Visual Basic]
Public Event TaminoUpdated As TaminoUpdatedEventHandler
The event handler receives an argument of type TaminoUpdatedEventArgs containing data related to this event. The following TaminoUpdatedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Command | The object used for command execution. |
Errors | Gets/sets errors generated by the Tamino data provider during update processing. |
Node | The root element of the updated XML subtree. |
Row | The in the DataSet to which the root element of the updated XML subtree is mapped. |
StatementType | Type of XQuery statement executed. |
Status | Update status of the command. |
TaminoResponse | The returned object. |
TaminoDataAdapter Class | TaminoDataAdapter Members | SoftwareAG.Tamino.Api.DataAdapter Namespace