DbLinkInfo class

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

public class Korzh.EasyQuery.Db.DbLinkInfo

Properties

Type Name Description
String Field1Name Gets or sets the name of the field from the table 1.
String Field2Name Gets or sets the name of the field from the table 2.
String Table1Name Gets or sets the name of the table 1.
String Table2Name Gets or sets the name of the table 2.