Click or drag to resize

ICommenceDatabaseViewConnectedCount Method

Returns the number of items in the connCategory that the Indexth item is connected to via ConnectionName.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
int ViewConnectedCount(
	int index,
	string connectionName,
	string connCategory
)

Parameters

index
Type: SystemInt32
Index of Nth item (1-based).
connectionName
Type: SystemString
Commence connection name (case-sensitive).
connCategory
Type: SystemString
Commence connected category.

Return Value

Type: Int32
Connected item count, -1 on error.
See Also