Click or drag to resize

IOleDbDataQueryView Interface

View contract for editing OLE DB data queries.

Namespace: Altaxo.Gui.DataConnection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IOleDbDataQueryView

The IOleDbDataQueryView type exposes the following members.

Methods
 NameDescription
Public methodSetConnectionListSource Sets the source for the connection combo box.
Public methodSetConnectionStatus Updates the visual status of the current connection string.
Public methodSetNormalCursorSets the cursor inside the control to the normal (arrow) cursor.
Public methodSetTabItemsSource Sets the available query-mode tab items.
Public methodSetWaitCursorSets the cursor inside the control to the wait cursor.
Top
Events
 NameDescription
Public eventCmdChooseConnectionStringFromDialogFires when the uses wants to create a new data connection string.
Public eventConnectionStringChangedByUser Occurs when the user enters a new connection string an then presses enter.
Public eventConnectionStringSelectedFromListFires when the user selects another connection string in the connection string combobox. The argument is the selected or newly entered connection string.
Public eventSelectedTabChangedFires when the currently selected tab page changed.
Top
See Also