Returns the XmlDataDocument synchronized with the specified DataSet object.
[Visual Basic]
Public Function GetTaminoResponse( _
ByVal ds As DataSet _
) As XmlDataDocument
the Tamino response document or null
The XmlDataDocument contains the Tamino response document used for filling the DataSet. It always contains the complete query response as returned by Tamino, independent of the DataSet schema. Note that the DataSet may contain a subset of the data returned by Tamino (this depends on the DataSet schema).
TaminoDataAdapter Class | TaminoDataAdapter Members | SoftwareAG.Tamino.Api.DataAdapter Namespace