Click or drag to resize

IOleDbDataQueryViewSetConnectionListSource Method

Sets the source for the connection combo box.

Namespace: Altaxo.Gui.DataConnection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void SetConnectionListSource(
	SelectableListNodeList list,
	string currentValue
)

Parameters

list  SelectableListNodeList
The list.
currentValue  String
Current value of the connection string.
See Also