Tamino API for .NET

SoftwareAG.Tamino.Api.DataAdapter Namespace

The SoftwareAG.Tamino.Api.DataAdapter namespace consists of classes that provide DataSet support.

Classes

ClassDescription
TaminoDataAdapter Provides support for filling a DataSet from Tamino and writing the changes made in the DataSet back to Tamino.
TaminoFieldMapping Represents fields that define uniqueness for query items that correspond to subtrees of Tamino documents.
TaminoQueryItemMapping

Unique mapping between query items in a DataSet and the corresponding XML subtrees within the Tamino XML documents.

The scope of uniqueness is only the single parent document of the subtree and not a document set.

TaminoUpdatedEventArgs Event arguments passed on by the TaminoUpdated event.
TaminoUpdatingEventArgs Event arguments passed on by the TaminoUpdating event.
TaminoXQueryBuilder Build TaminoQuery objects for XQueries executed by the TaminoDataAdapter.

Delegates

DelegateDescription
TaminoUpdatedEventHandler Represents the method that handles the TaminoUpdated event from a TaminoDataAdapter.
TaminoUpdatingEventHandler Represents the method that handles the TaminoUpdating event from a TaminoDataAdapter.

Enumerations

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