Click or drag to resize

ICommenceDatabaseGetConnectionNames Method (String)

Gets a list of connection names to the specified category.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
IEnumerable<ICommenceConnection> GetConnectionNames(
	string categoryName
)

Parameters

categoryName
Type: SystemString
Commence category name.

Return Value

Type: IEnumerableICommenceConnection
List of CommenceConnection objects.
Remarks
This method is only available to .Net consumers.
See Also