Find Object Explorer nodes that match the given information
The id of the connection that the node exists on
The type of the object to retrieve
The schema of the object, if applicable
The name of the object
The database the object exists under, if applicable
A list of names of parent objects in the tree, ordered from highest to lowest level (for example when searching for a table's column, provide the name of its parent table for this argument)
Get all active Object Explorer connection nodes
The Object Explorer nodes for each saved connection
Get an Object Explorer node corresponding to the given connection and path. If no path is given, it returns the top-level node for the given connection. If there is no node at the given path, it returns undefined.
The id of the connection that the node exists on
The path of the node to get
The node corresponding to the given connection and path, or undefined if no such node exists.
Get connectionProfile from sessionId
The id of the session that the node exists on
The IConnectionProfile for the session
Generated using TypeDoc
Namespace for interacting with Object Explorer