 | 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
Syntaxstring ViewConnectedItem(
int index,
string connectionName,
string connCategory,
int connIndex
)
Function ViewConnectedItem (
index As Integer,
connectionName As String,
connCategory As String,
connIndex As Integer
) As String
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:
StringConnIndexth item in connCategory that the Indexth item is connected to via ConnectionName.
See Also