Contains logic for finding path between two tables
public class Korzh.EasyQuery.Db.TablePathFinder
Package: Korzh.EasyQuery.Db
(targets: netstandard2.0
)
Assembly: Korzh.EasyQuery.Db.dll
Constructors
Name | Type | Description |
---|---|---|
TablePathFinder() | 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. |