Skip to main content

tablepathfinder-class

Contains logic for finding path between two tables

public class Korzh.EasyQuery.Db.TablePathFinder

Assembly: Korzh.EasyQuery.Db.dll

Constructors

NameTypeDescription
TablePathFinder(TableList usedTables)void

Methods

NameTypeDescription
FindPath(Table table1, Table table2)PathCalcPath method finds a path between tables and return it to caller or returns null if there is no any path between specified tables.