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.6.0.0 (5.6.19.0117)
Syntax public 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