Click or drag to resize

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.4.0.0 (5.4.0)
Syntax
public CatalogModelGraph RetrieveRelationshipModel()

Return Value

Type: CatalogModelGraph
A graph with tables and DBRelationshipEdge instances as edges based on the information in the catalog specified.
See Also