Skip to content

DbLinkInfo class

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

public class Korzh.EasyQuery.Db.DbLinkInfo

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

Assembly: Korzh.EasyQuery.Db.dll

NameTypeDescription
DbLinkInfo(string table1, string table2, string field1, string field2)voidInitializes a new instance of the DbLinkInfo class.
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.