Skip to content

TablePathFinder class

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

NameTypeDescription
TablePathFinder()void
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.