ConnectionStringBuilderSetValue Method

Sets the value.

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

Parameters

keys
Type: System.Collections.GenericIEnumerableString
The keys ("synonyms").
value
Type: SystemString
The value.

Return Value

Type: String
The key that was used.
See Also