Click or drag to resize

ICommenceDatabaseViewConnectedField Method

Returns the value of Field of the ConnIndexth item in the connCategory that is connected to the Indexth item via ConnectionName. Use the ViewConnectedCount REQUEST to determine the maximum ConnIndex value. The string "(deleted)" will be returned if the requested item is deleted after the ViewData snapshot is taken.

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

Parameters

index
Type: SystemInt32
Index of item to query.
connectionName
Type: SystemString
Commence connection name (case-sensitive).
connCategory
Type: SystemString
Commence connected category.
connIndex
Type: SystemInt32
Index of connected item.
fieldName
Type: SystemString
Commence fieldname to return from connCategory. Field cannot be of the field type Image.

Return Value

Type: String
Fieldvalue.
See Also