Click or drag to resize

ICommenceDatabaseGetConnectionCount Method

Gets the number of connections from the specified category.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
int GetConnectionCount(
	string categoryName
)

Parameters

categoryName
Type: SystemString
Commence category to count connections from.

Return Value

Type: Int32
Number of connections.
See Also