FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsConfigurationSettings..::..keyExists Method

Keys the exists.

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

Syntax


public static bool keyExists(
	string connectionString,
	string keyName,
	string categoryName
)
Public Shared Function keyExists ( _
	connectionString As String, _
	keyName As String, _
	categoryName As String _
) As Boolean
public:
static bool^ keyExists(
	String^ connectionString, 
	String^ keyName, 
	String^ categoryName
)

Parameters

connectionString
Type: String
The connection string.
keyName
Type: String
Name of the key.
categoryName
Type: String
Name of the category.

Return Value

true if XXXX, false otherwise.