Click or drag to resize

IQueryDesignerViewUpdateSqlDisplay Method

Updates the SQL preview text and status visibility.

Namespace: Altaxo.Gui.DataConnection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void UpdateSqlDisplay(
	string sqlText,
	bool isStatusVisible
)

Parameters

sqlText  String
The SQL text to show.
isStatusVisible  Boolean
If set to true, the status should be visible.
See Also