Saves a table from the current DataSet member to the database
public virtual bool SaveTable( string Tablename, string ServerTablename );
Return Value
bool
Parameters
Tablename
Name of the table to save
ServerTablename
Overloads:
public virtual bool SaveTable( string Tablename, string ServerTablename, bool NoCachedAdapter );
public virtual bool SaveTable( string Tablename );
See also:
Class wwBusiness© West Wind Technologies, 1996-2018 • Updated: 05/04/05
Comment or report problem with topic