Click or drag to resize

OleDbDataQueryControllerSelectionStatement Property

Gets a SQL statement that corresponds to the element that is currently selected (table, view, stored procedure, or explicit sql statement).

Namespace: Altaxo.Gui.DataConnection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public string SelectionStatement { get; set; }

Property Value

String
See Also