Click or drag to resize

IOleDbDataQueryView Interface

[Missing <summary> documentation for "T:Altaxo.Gui.DataConnection.IOleDbDataQueryView"]


Namespace: Altaxo.Gui.DataConnection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.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 
Public methodSetNormalCursorSets the cursor inside the control to the normal (arrow) cursor.
Public methodSetTabItemsSource 
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