Path class

Represents list of tables which are linked to each other

public class Korzh.EasyQuery.Db.Path
    : TableList

Package: Korzh.EasyQuery.Db (targets: netstandard2.0)

Assembly: Korzh.EasyQuery.Db.dll

Constructors

Name Type Description
Path() void
Path(Path path) void

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

Name Type Description
ToString() string