Saves the specified DataSet and returns the number of rows updated
public abstract int SaveDataSet( DataSet ds );
Return Value
int
Parameters
ds
DataSet to be saved
Overloads:
public abstract int SaveDataSet( DataSet ds, string Tablename, string DatabaseTableName );
public abstract int SaveDataSet( DataSet ds, string Tablename, string DatabaseTablename, IDbDataAdapter& DataAdapter );
See also:
Class wwData© West Wind Technologies, 1996-2018 • Updated: 05/04/05
Comment or report problem with topic