IArbitrarySqlQueryViewUpdateStatus Method |
Updates the status of Gui items according to the provided parameters;
Namespace: Altaxo.Gui.DataConnectionAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void UpdateStatus(
bool isConnectionStringEmpty,
bool isSelectionStatementEmpty
)
Parameters
- isConnectionStringEmpty Boolean
- If set to true, the connection string is empty.
- isSelectionStatementEmpty Boolean
- If set to true, the selection statement is empty.
See Also