Indicates whether updates are possible. The enumeration determines how the TaminoAdapter.Fill method behaves: whether information required for subsequent updating is retained.
Member Name | Description |
---|---|
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 |
Namespace: SoftwareAG.Tamino.Api.DataAdapter Namespace
Assembly: TaminoAPI.dll
SoftwareAG.Tamino.Api.DataAdapter Namespace