wwBusiness.SaveTable

Saves a table from the current DataSet member to the database

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

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:

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

See also:

Class wwBusiness


 Last Updated: 3/7/2007 | Send topic feedback