 | 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
Syntaxint ViewConnectedCount(
int index,
string connectionName,
string connCategory
)
Function ViewConnectedCount (
index As Integer,
connectionName As String,
connCategory As String
) As Integer
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:
Int32Connected item count, -1 on error.
See Also