DataRecordSet.Refresh

Refresh()

Executes the query string associated with the connected (non-XML-based) DataRecordset and updates linked shapes with new data from the data source returned by the query.

public void Refresh()

See Also


Refresh(DataConnectionType)

Executes the query string associated with the connected (non-XML-based) DataRecordset and updates linked shapes with new data from the data source returned by the query.

public void Refresh(DataConnectionType connectionType)
ParameterTypeDescription
connectionTypeDataConnectionTypeThe type of provider which will be used for connectionDataConnectionType.

See Also