Click or drag to resize

ICommenceDatabaseViewConnectedItem Method

Returns the ConnIndexth item in connCategory that the Indexth item is connected to via ConnectionName. Use the ViewConnectedCount REQUEST to determine the maximum ConnIndex value.

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

Parameters

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

Return Value

Type: String
ConnIndexth item in connCategory that the Indexth item is connected to via ConnectionName.
See Also