 | ICommenceDatabaseGetConnectionNames Method (String, String, String) |
Gets the connection names for the specified category.
Namespace:
Vovin.CmcLibNet.Database
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
SyntaxObject GetConnectionNames(
string categoryName,
string delim1 = null,
string delim2 = null
)
Function GetConnectionNames (
categoryName As String,
Optional delim1 As String = Nothing,
Optional delim2 As String = Nothing
) As Object
Parameters
- categoryName
- Type: SystemString
Commence category name. - delim1 (Optional)
- Type: SystemString
First delimiter, up to 8 chars. - delim2 (Optional)
- Type: SystemString
Second delimiter, up to 8 chars.
Return Value
Type:
ObjectArray of
ICommenceConnection objects
See Also