IQueryDesignerViewUpdateSqlDisplay Method |
Updates the SQL preview text and status visibility.
Namespace: Altaxo.Gui.DataConnectionAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid 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