Path class
Represents list of tables which are linked to each other
public class Korzh.EasyQuery.Db.Path : TableList, IList<Table>, ICollection<Table>, IEnumerable<Table>, IEnumerable, IList, ICollection, IReadOnlyList<Table>, IReadOnlyCollection<Table>Properties
Section titled “Properties”| Type | Name | Description |
|---|---|---|
Table | EndPoint | Gets the end point (the last table) in the path. |
Table | StartPoint | Gets the start point (first table) of the path. |