Path class
Represents list of tables which are linked to each other
public class Korzh.EasyQuery.Db.Path : TableListPackage: Korzh.EasyQuery.Db (targets: netstandard2.0)
Assembly: Korzh.EasyQuery.Db.dll
Constructors
Section titled “Constructors”| Name | Type | Description |
|---|---|---|
| Path() | void | |
| Path(Path path) | void |
Properties
Section titled “Properties”| Name | Type | Description |
|---|---|---|
| EndPoint | Table | Gets the end point (the last table) in the path. |
| Printed | string | |
| StartPoint | Table | Gets the start point (first table) of the path. |
| Weight | int |
Methods
Section titled “Methods”| Name | Type | Description |
|---|---|---|
| ToString() | string |