ConnectionStringBuilderSetValue Method

Sets the value.

Namespace: Dundas.BI.Data.DataProviders
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public string SetValue(
	IEnumerable<string> keys,
	string value
)

Parameters

keys  IEnumerableString
The keys ("synonyms").
value  String
The value.

Return Value

String
The key that was used.
See Also