wwData.SaveDataSet

Saves the specified DataSet and returns the number of rows updated

public abstract int SaveDataSet( DataSet ds,
	string Tablename,
	string DatabaseTableName );

Return Value

int

Parameters

ds
DataSet to be saved

Tablename
Table to save in the data set

DatabaseTableName
Name of the database table that the update goes against

Overloads:


See also:

Class wwData

© West Wind Technologies, 1996-2018 • Updated: 05/04/05
Comment or report problem with topic