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.DataConnectionAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public string SelectionStatement { get; set; }
Property Value
StringSee Also