TablePathFinder class
Contains logic for finding path between two tables
public class Korzh.EasyQuery.Db.TablePathFinderPackage: 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. |