Click or drag to resize

IArbitrarySqlQueryViewUpdateStatus Method

Updates the status of Gui items according to the provided parameters;

Namespace: Altaxo.Gui.DataConnection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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