AutoLinker class

public class Korzh.EasyQuery.Db.AutoLinker

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

Assembly: Korzh.EasyQuery.Db.dll

Constructors

Name Type Description
AutoLinker(DbModel model, DbGate dbGate) void

Properties

Name Type Description
ProgressIndicator IProgressIndicator Gets or sets the progress indicator object. This property is used to show progress for some time consuming operations performed inside the model

Methods

Name Type Description
Link() void This procedure finds the links between tables listed in the model (based on field names and types) and then add found links into the list.