Tamino API for .NET

TaminoDataAdapter.Fill Method

Fill the specified DataSet.

If the DataSet already contains any data, all rows of all tables are removed before filling.

Overload List

Fill the specified DataSet.If the DataSet already contains any data, all rows of all tables are removed before filling.

public int Fill(DataSet);

Fill the specified DataSet. If the DataSet already contains any data, all rows of all tables are removed before filling.

public int Fill(DataSet,TaminoQuery);

See Also

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