ConnectionStringBuilderSetValue Method |
Sets the value.
Namespace: Dundas.BI.Data.DataProvidersAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic 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 IEnumerableString
- The keys ("synonyms").
- value String
- The value.
Return Value
StringThe key that was used.
See Also