Tamino API for .NET

TaminoDataAdapter.TaminoUpdated Event

Occurs during the Update method after a command is executed against Tamino.

[Visual Basic]
Public Event TaminoUpdated As TaminoUpdatedEventHandler
[C#]
public event TaminoUpdatedEventHandler TaminoUpdated;

Event Data

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.

PropertyDescription
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.

See Also

TaminoDataAdapter Class | TaminoDataAdapter Members | SoftwareAG.Tamino.Api.DataAdapter Namespace