Tamino API for .NET

TaminoDataAdapter.Fill Method (DataSet)

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
[C#]
public int Fill(
   DataSet ds
);

Parameters

ds
the DataSet to be filled

Return Value

the number of Tamino query result items added to the DataSet

Remarks

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.

See Also

TaminoDataAdapter Class | TaminoDataAdapter Members | SoftwareAG.Tamino.Api.DataAdapter Namespace | TaminoDataAdapter.Fill Overload List