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
- class DataRecordSet
- namespace Aspose.Diagram
- assembly Aspose.Diagram
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)
Parameter | Type | Description |
---|---|---|
connectionType | DataConnectionType | The type of provider which will be used for connectionDataConnectionType . |
See Also
- enum DataConnectionType
- class DataRecordSet
- namespace Aspose.Diagram
- assembly Aspose.Diagram