Data connections which are available in ATLAS 10 can be queried from the IDataConnectionController, returning a list of IDataConnection.
IEnumerable<IDataConnection> dataConnections = dataConnectionController.DataConnections;
Data connections which are available in ATLAS 10 can be queried from the IDataConnectionController, returning a list of IDataConnection.
IEnumerable<IDataConnection> dataConnections = dataConnectionController.DataConnections;
Comments
0 comments
Please sign in to leave a comment.