Click or drag to resize

ICommenceDatabaseGetConnectionNames Method (String, String, String)

Gets the connection names for the specified category.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
Object GetConnectionNames(
	string categoryName,
	string delim1 = null,
	string delim2 = null
)

Parameters

categoryName
Type: SystemString
Commence category name.
delim1 (Optional)
Type: SystemString
First delimiter, up to 8 chars.
delim2 (Optional)
Type: SystemString
Second delimiter, up to 8 chars.

Return Value

Type: Object
Array of ICommenceConnection objects
See Also