refresh method
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.
def refresh(self):
...
refresh(connection_type)
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.
def refresh(self, connection_type):
...
Parameter | Type | Description |
---|---|---|
connection_type | aspose.diagram.manipulation.DataConnectionType | The type of provider which will be used for connectionDataConnectionType. |
See Also
- module aspose.diagram
- class DataRecordSet