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
true if update information is available, false otherwise.
A TaminoDataAdapter object can only update a DataSet if both of the following are true:
TaminoDataAdapter Class | TaminoDataAdapter Members | SoftwareAG.Tamino.Api.DataAdapter Namespace