Skip to content

AutoLinker class

public class Korzh.EasyQuery.Db.AutoLinker

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

Assembly: Korzh.EasyQuery.Db.dll

NameTypeDescription
AutoLinker(DbModel model, DbGate dbGate)void
NameTypeDescription
ProgressIndicatorIProgressIndicatorGets or sets the progress indicator object. This property is used to show progress for some time consuming operations performed inside the model
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.