Set multiple configuration values
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
Public Shared Function setValues ( _
databaseConnectString As String, _
oValues As Dictionary(Of String, String) _
) As Boolean
Parameters
- databaseConnectString
- Type: String
The database connect string.
- oValues
- Type: Dictionary<(Of <(<'String, String>)>)>
Dictionary of keys and values
Return Value
true if XXXX,
false otherwise.