FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsConfigurationSettings..::..getValues Method (String, String)

Gets the values.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public Dictionary<string, string> getValues(
	string configCategory,
	string sWhereClause
)
Public Function getValues ( _
	configCategory As String, _
	sWhereClause As String _
) As Dictionary(Of String, String)
public:
Dictionary<String^, String^>^ getValues(
	String^ configCategory, 
	String^ sWhereClause
)

Parameters

configCategory
Type: String
The configuration category.
sWhereClause
Type: String
The sWhereClause

Return Value

Dictionary<System.String, System.String>.