DhTable.setDataSource

Overview | Methods | This Package | All Packages

DhTable.setDataSource

Sets the data source for this table.

Syntax

public void setDataSource( IDataSource dataSource )

Parameters

dataSource

The com.ms.wfc.data.IDataSource object to associate with the table.

Remarks

If the table has existing body rows, they will be replaced when the table's data is generated.

See Also   getDataSource, com.ms.wfc.data.Recordset