<< Click to Display Table of Contents >>
EpmBrowseModel |
Returns a table with a list of items found on the address informed in the @path parameter.
SELECT * FROM EpmBrowseModel(<[string]@path>)
•<[string]@path>: A String representing the full path of a node to retrieve. This node can be from the Contextual Model, Elipse Data Model, or EPM Model, tree, and must be informed between single quotes
•Child: Name of the items belonging to the nome informed in the @path parameter
•Type: Type or class of the items found
To return information about name and type of all items in a certain address on Elipse Data Model, use the next statement.
SELECT * FROM EpmBrowseModel('ElipseDataModel/DataModel/Elipse/[Elipse-RS]/Floor10/Room1')
EpmBrowseModel function