DBCatalogRetrieveRelationshipModel Method  | 
 
            Retrieves all the relationships between all known tables in all schemas of the catalog passed in, into a graph.
            
 
    Namespace: 
   SD.LLBLGen.Pro.DBDriverCore
    Assembly:
   SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntaxpublic CatalogModelGraph RetrieveRelationshipModel()
Public Function RetrieveRelationshipModel As CatalogModelGraph
Return Value
Type: 
CatalogModelGraph
            A graph with tables and DBRelationshipEdge instances as edges based on the information in the catalog specified.
            
See Also