Skip to main content

autolinker-class

public class Korzh.EasyQuery.Db.AutoLinker

Assembly: Korzh.EasyQuery.Db.dll

Constructors

NameTypeDescription
AutoLinker(DbModel model, DbGate dbGate)void

Properties

NameTypeDescription
ProgressIndicatorIProgressIndicatorGets or sets the progress indicator object. This property is used to show progress for some time consuming operations performed inside the model

Methods

NameTypeDescription
Link()voidThis procedure finds the links between tables listed in the model (based on field names and types) and then add found links into the list.