Tamino API for .NET

TaminoAdapterBehavior Enumeration

Indicates whether updates are possible. The enumeration determines how the TaminoAdapter.Fill method behaves: whether information required for subsequent updating is retained.

[Visual Basic]
Public Enum TaminoAdapterBehavior
[C#]
public enum TaminoAdapterBehavior

Members

Member NameDescription
ReadOnly No information for later updates is created during TaminoDataAdapter.Fill. TaminoDataAdapter.GetTaminoResponse always returns null for DataSets filled in this mode. Calling the Update after having used this mode during the Fill method will cause an exception to be thrown. Update.
UpdateByItemMapping

The TaminoDataAdapter object creates and keeps track of update information. This is done by using synchronized XmlDataDocuments. TaminoDataAdapter.GetTaminoResponse returns the synchronized XmlDataDocument for the specified DataSet. Fill and Update must be called on the same TaminoDataAdapter object.

If a DataSet has been filled with subtrees of a Tamino XML document, TaminoQueryItemMapping objects must be passed with the Update method to identify the subtrees within their parent documents. TaminoQueryItemMapping

Requirements

Namespace: SoftwareAG.Tamino.Api.DataAdapter Namespace

Assembly: TaminoAPI.dll

See Also

SoftwareAG.Tamino.Api.DataAdapter Namespace