IOleDbDataQueryViewSetConnectionListSource Method |
Sets the source for the connection combo box.
Namespace: Altaxo.Gui.DataConnectionAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void SetConnectionListSource(
SelectableListNodeList list,
string currentValue
)
Parameters
- list SelectableListNodeList
- The list.
- currentValue String
- Current value of the connection string.
See Also