Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: 
 SQL Server 2017 (14.x) and later  
 Azure SQL Database 
 Azure SQL Managed Instance
Use the functions described on the pages in this section to extract values from, and transform values to, the pseudo-columns used in SQL Graph.
| Function | Description | 
|---|---|
| EDGE_ID_FROM_PARTS | Construct an edge_idfromobject_idandgraph_id | 
| GRAPH_ID_FROM_EDGE_ID | Extract the graph_idfrom aedge_id | 
| GRAPH_ID_FROM_NODE_ID | Extract the graph_idfrom anode_id | 
| NODE_ID_FROM_PARTS | Construct a node_idfrom anobject_idand agraph_id | 
| OBJECT_ID_FROM_EDGE_ID | Extract the object_idfrom anedge_id | 
| OBJECT_ID_FROM_NODE_ID | Extract the object_idfrom anode_id |