Tamino API for .NET

TaminoDataAdapter Members

Public Instance Constructors

TaminoDataAdapterOverloaded. Initialize a new instance of the TaminoDataAdapter class.

Public Instance Properties

Behavior Specifies how the TaminoDataAdapter object behaves when Fill is called.
Collection Tamino collection.
Command The TaminoCommand object used by the Fill and Update methods.
Connection The TaminoConnection object used by the Fill and Update methods.
ContinueUpdateOnError Gets or sets a value determining the error handling performed during update processing.
Query Query for filling the DataSet.
SingleItemUpdates Gets or sets a value that indicates whether each single item should be updated individually or whether one collective update command should be used for ALL items to be updated.

Public Instance Methods

CanUpdate Checks whether this TaminoDataAdapter object has information to update the specified DataSet in Tamino.
DisposeOverloaded. Releases all resources currently held to perform updates.
Equals (inherited from Object)
FillOverloaded. Fill the specified DataSet.If the DataSet already contains any data, all rows of all tables are removed before filling.
FillSchemaOverloaded. Creates the tables and columns in the specified DataSet using an XML schema.
GetHashCode (inherited from Object)
GetTaminoResponse Returns the XmlDataDocument synchronized with the specified DataSet object.
GetType (inherited from Object)
ToString (inherited from Object)
UpdateOverloaded. Writes all changes (insertions, deletions, updates) of the specified DataSet back to Tamino. Requires that the specified DataSet was filled by this TaminoDataAdpater object in mode UpdateByItemMapping.

Public Instance Events

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

Protected Instance Methods

Finalize (inherited from Object)
MemberwiseClone (inherited from Object)

See Also

TaminoDataAdapter Class | SoftwareAG.Tamino.Api.DataAdapter Namespace