Tamino API for .NET

TaminoDataAdapter.GetTaminoResponse Method 

Returns the XmlDataDocument synchronized with the specified DataSet object.

[Visual Basic]
Public Function GetTaminoResponse( _
   ByVal ds As DataSet _
) As XmlDataDocument
[C#]
public XmlDataDocument GetTaminoResponse(
   DataSet ds
);

Parameters

ds
the DataSet

Return Value

the Tamino response document or null

Remarks

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).

See Also

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