Click or drag to resize
IRemoteConnectionGetDatabases Method
Returns a set of databases which can be connected to using this URL

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
IEnumerable<string> GetDatabases()

Return Value

Type: IEnumerableString
A set of databases which can be connected to using this URL
See Also