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
)
Public Function SetValue (
keys As IEnumerable(Of String),
value As String
) As String
public:
String^ SetValue(
IEnumerable<String^>^ keys,
String^ value
)
member SetValue :
keys : IEnumerable<string> *
value : string -> string
Parameters
- keys
- Type: System.Collections.GenericIEnumerableString
The keys ("synonyms"). - value
- Type: SystemString
The value.
Return Value
Type:
StringThe key that was used.
See Also