Tamino API for .NET

TaminoDataAdapter.CanUpdate Method 

Checks whether this TaminoDataAdapter object has information to update the specified DataSet in Tamino.

[Visual Basic]
Public Function CanUpdate( _
   ByVal ds As DataSet _
) As Boolean
[C#]
public bool CanUpdate(
   DataSet ds
);

Parameters

ds
the DataSet

Return Value

true if update information is available, false otherwise.

Remarks

A TaminoDataAdapter object can only update a DataSet if both of the following are true:

  1. the DataSet has been filled in TaminoAdapterBehavior.UpdateByItemMapping
  2. the DataSet has been filled by this TaminoDataAdapter object

See Also

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