Skip to content

DbLinkInfo class

Represents a structure that contains information about some link between two database tables

public class Korzh.EasyQuery.Db.DbLinkInfo
TypeNameDescription
StringField1NameGets or sets the name of the field from the table 1.
StringField2NameGets or sets the name of the field from the table 2.
StringTable1NameGets or sets the name of the table 1.
StringTable2NameGets or sets the name of the table 2.