tablepathfinder-class
Contains logic for finding path between two tables
public class Korzh.EasyQuery.Db.TablePathFinder
Assembly: Korzh.EasyQuery.Db.dll
Constructors
Name | Type | Description |
---|---|---|
TablePathFinder(TableList usedTables) | void |
Methods
Name | Type | Description |
---|---|---|
FindPath(Table table1, Table table2) | Path | CalcPath method finds a path between tables and return it to caller or returns null if there is no any path between specified tables. |