IRemoteConnectionGetDatabases Method |
Returns a set of databases which can be connected to using this URL
Namespace: Innovator.ClientAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax IEnumerable<string> GetDatabases()
Function GetDatabases As IEnumerable(Of String)
Return Value
Type:
IEnumerableStringA set of databases which can be connected to using this URL
See Also