Fill the specified DataSet.
If the DataSet already contains any data, all rows of all tables are removed before filling.
[Visual Basic]
Overloads Public Function Fill( _
ByVal ds As DataSet _
) As Integer
the number of Tamino query result items added to the DataSet
The Query property is used for filling.
If the DataSet does not contain any tables, the XmlReadMode.InferSchema is used for filling. If the DataSet already contains a schema, XmlReadMode.IgnoreSchema is used for filling.
TaminoDataAdapter Class | TaminoDataAdapter Members | SoftwareAG.Tamino.Api.DataAdapter Namespace | TaminoDataAdapter.Fill Overload List