wwBusiness.SaveTable

Saves a table from the current DataSet member to the database

public virtual bool SaveTable( string Tablename,
	string ServerTablename,
	bool NoCachedAdapter );

Return Value

bool

Parameters

Tablename
Name of the table to save

ServerTablename
Name of the table on the server

NoCachedAdapter
Don't use the CachedDataAdapter if loaded

Overloads:


See also:

Class wwBusiness

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