Skip to main content

dblinkinfo-class

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

public class Korzh.EasyQuery.Db.DbLinkInfo

Assembly: Korzh.EasyQuery.Db.dll

Constructors

NameTypeDescription
DbLinkInfo(string table1, string table2, string field1, string field2)voidInitializes a new instance of the DbLinkInfo class.

Properties

NameTypeDescription
Field1NamestringGets or sets the name of the field from the table 1.
Field2NamestringGets or sets the name of the field from the table 2.
Table1NamestringGets or sets the name of the table 1.
Table2NamestringGets or sets the name of the table 2.